{ "version": 4, "terraform_version": "1.6.2", "serial": 598, "lineage": "be0df25e-949c-b732-dc7f-ea5f12283d7b", "outputs": { "db_endpoint": { "value": "db-2.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-e1349e8fcd1cb8391", "ami": "ami-2b063f14", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-b0e0e053"], "subnet_id": "subnet-af7b6941", "key_name": "prod-deploy-key" } } ] } ] }