{ "version": 4, "terraform_version": "1.7.3", "serial": 471, "lineage": "222338d3-a88b-b022-42a2-428aa813f4a9", "outputs": { "db_endpoint": { "value": "db-4.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-b8626ee65c38caaf1", "ami": "ami-8f2aec21", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-ae0f9fb5"], "subnet_id": "subnet-5fc96cd1", "key_name": "prod-deploy-key" } } ] } ] }