{ "version": 4, "terraform_version": "1.7.6", "serial": 258, "lineage": "d5a19103-00e8-912c-0825-e50952ac8bc5", "outputs": { "db_endpoint": { "value": "db-2.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-46b27147104e237fd", "ami": "ami-b1ac9dc8", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-de46266a"], "subnet_id": "subnet-82bdcc29", "key_name": "prod-deploy-key" } } ] } ] }