{ "version": 4, "terraform_version": "1.7.4", "serial": 111, "lineage": "c785335c-885d-e363-db11-8e4dab673fd1", "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-5b31fe6eadbd47721", "ami": "ami-22d36e64", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-e9e85bd6"], "subnet_id": "subnet-ee3d5611", "key_name": "prod-deploy-key" } } ] } ] }