{ "version": 4, "terraform_version": "1.7.8", "serial": 279, "lineage": "6c422546-359e-6b4f-291c-99097c17e066", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.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-3fb6affa3f453417d", "ami": "ami-e42fb1c8", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-9961fdd9"], "subnet_id": "subnet-ce863e9f", "key_name": "prod-deploy-key" } } ] } ] }