{ "version": 4, "terraform_version": "1.6.0", "serial": 437, "lineage": "6718bc94-f809-044b-511b-72e35703b9a2", "outputs": { "db_endpoint": { "value": "db-4.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-f4ca30792443f13b2", "ami": "ami-3cad5f87", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-d0cbfe5f"], "subnet_id": "subnet-c5c6d668", "key_name": "prod-deploy-key" } } ] } ] }