{ "version": 4, "terraform_version": "1.5.2", "serial": 528, "lineage": "cd391890-5a28-cc2b-3f08-b0704e3dd291", "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-7e3c86b8d43c8521e", "ami": "ami-0bfcccdf", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-34a1a4e2"], "subnet_id": "subnet-1b34d119", "key_name": "prod-deploy-key" } } ] } ] }