{ "version": 4, "terraform_version": "1.8.8", "serial": 293, "lineage": "7291e99c-45e4-c206-7454-edf2c3c22421", "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-5d1fa2a23cf25cf6b", "ami": "ami-5552b0c6", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-4bd2744c"], "subnet_id": "subnet-6d1d1cea", "key_name": "prod-deploy-key" } } ] } ] }