{ "version": 4, "terraform_version": "1.8.6", "serial": 162, "lineage": "4eb5deea-4333-aa9e-fe2b-4a2504a03f60", "outputs": { "db_endpoint": { "value": "db-1.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-8380b06f11a19df39", "ami": "ami-f79ad0e4", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-a1f32332"], "subnet_id": "subnet-3a8600be", "key_name": "prod-deploy-key" } } ] } ] }