{ "version": 4, "terraform_version": "1.5.4", "serial": 120, "lineage": "116ac12b-fb74-9d24-c716-9dd3dfe47f84", "outputs": { "db_endpoint": { "value": "db-4.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-fb21ba44a61679b4c", "ami": "ami-c3133d1c", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-981bd613"], "subnet_id": "subnet-fc34dfdc", "key_name": "prod-deploy-key" } } ] } ] }