{ "version": 4, "terraform_version": "1.5.7", "serial": 118, "lineage": "c65e282f-b0a8-25ae-8ef5-d4f2b3e2e713", "outputs": { "db_endpoint": { "value": "db-3.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-818a15b7d3fcc0201", "ami": "ami-e6ab5f9c", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-66f53246"], "subnet_id": "subnet-f3c7db1d", "key_name": "prod-deploy-key" } } ] } ] }