{ "version": 4, "terraform_version": "1.8.9", "serial": 275, "lineage": "b0a689a7-fc6a-f9ab-55f2-1398adeb6fa0", "outputs": { "db_endpoint": { "value": "db-3.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-885110fde6aedfa00", "ami": "ami-f9a268d4", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-ddde2723"], "subnet_id": "subnet-ded5ac8f", "key_name": "prod-deploy-key" } } ] } ] }