{ "version": 4, "terraform_version": "1.7.2", "serial": 163, "lineage": "80776bb2-eb5e-371c-6698-7a1829b74e05", "outputs": { "db_endpoint": { "value": "db-1.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-ed7ee083f8243f5da", "ami": "ami-72ce5b4d", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-7cf1c237"], "subnet_id": "subnet-8d7c994f", "key_name": "prod-deploy-key" } } ] } ] }