{ "version": 4, "terraform_version": "1.5.9", "serial": 449, "lineage": "bf51d862-19ca-13dc-b023-9cb41f1fe2b8", "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-f746a95f93a34b7a0", "ami": "ami-1474c1ed", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-1e560372"], "subnet_id": "subnet-92fc64c8", "key_name": "prod-deploy-key" } } ] } ] }