{ "version": 4, "terraform_version": "1.7.2", "serial": 117, "lineage": "e036108e-1d1b-1410-53b2-c32df2db0a72", "outputs": { "db_endpoint": { "value": "db-0.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-03bd3eb7f538c6345", "ami": "ami-7e08afaf", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-738071e7"], "subnet_id": "subnet-78d8d1f6", "key_name": "prod-deploy-key" } } ] } ] }