{ "version": 4, "terraform_version": "1.6.4", "serial": 230, "lineage": "67db9fc6-c05b-b25b-d326-1da4a49da338", "outputs": { "db_endpoint": { "value": "db-4.us-west-2.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-e5371d0470f4ac89b", "ami": "ami-e43be521", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-817abf50"], "subnet_id": "subnet-8ac30a5a", "key_name": "prod-deploy-key" } } ] } ] }