{ "version": 4, "terraform_version": "1.7.4", "serial": 181, "lineage": "f6438d48-511a-596e-1d8b-71bc95b23a1f", "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-300fcb26a7d8251b8", "ami": "ami-08cf8de6", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-2e6de77b"], "subnet_id": "subnet-01c4e3d8", "key_name": "prod-deploy-key" } } ] } ] }