{ "version": 4, "terraform_version": "1.7.2", "serial": 281, "lineage": "69fea0dd-bd18-0507-03ab-8734a38de5e7", "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-829ae8938f4df7e30", "ami": "ami-9a3d998f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-4d8c6202"], "subnet_id": "subnet-03f83dfb", "key_name": "prod-deploy-key" } } ] } ] }