{ "version": 4, "terraform_version": "1.8.7", "serial": 556, "lineage": "550778a5-1e16-14d3-8491-003133ebc5c8", "outputs": { "db_endpoint": { "value": "db-2.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-f62083aac14648a0b", "ami": "ami-23f541ca", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-878ee095"], "subnet_id": "subnet-a0533e06", "key_name": "prod-deploy-key" } } ] } ] }