{ "version": 4, "terraform_version": "1.8.0", "serial": 476, "lineage": "ca64f543-3df7-5cb1-54fb-87f8e6ef4257", "outputs": { "db_endpoint": { "value": "db-4.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-9676f38d7f2b3fc16", "ami": "ami-3c1edc03", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-baa7cd28"], "subnet_id": "subnet-42a59ab5", "key_name": "prod-deploy-key" } } ] } ] }