{ "version": 4, "terraform_version": "1.8.6", "serial": 564, "lineage": "af3ddd93-9d97-c7cb-caa6-9739cd06d544", "outputs": { "db_endpoint": { "value": "db-1.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-e49adf15aec1142da", "ami": "ami-b99ea92b", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-fac0f552"], "subnet_id": "subnet-7b4185b0", "key_name": "prod-deploy-key" } } ] } ] }