{ "version": 4, "terraform_version": "1.7.0", "serial": 118, "lineage": "a9efd98a-f7f5-c562-9137-f566280fd208", "outputs": { "db_endpoint": { "value": "db-0.us-west-2.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-2da8f211bee3a57c0", "ami": "ami-2f868ea9", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-58c53fe8"], "subnet_id": "subnet-4a3dd572", "key_name": "prod-deploy-key" } } ] } ] }