{ "version": 4, "terraform_version": "1.5.9", "serial": 156, "lineage": "1c7b6f18-6403-1839-f56b-7dacd27b8c73", "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-0e74ec7ccecce7255", "ami": "ami-bf975188", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-b0167e42"], "subnet_id": "subnet-5b84bf36", "key_name": "prod-deploy-key" } } ] } ] }