{ "version": 4, "terraform_version": "1.5.9", "serial": 167, "lineage": "8f8a4c33-a8e3-4ccc-129a-38d6e0eb5cc4", "outputs": { "db_endpoint": { "value": "db-1.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-c74e7bfb42a8136b9", "ami": "ami-0193d55d", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-4dd1a3bd"], "subnet_id": "subnet-47155aff", "key_name": "prod-deploy-key" } } ] } ] }