{ "version": 4, "terraform_version": "1.7.9", "serial": 151, "lineage": "c33a5db0-a69f-c1c2-d381-84aa98b429da", "outputs": { "db_endpoint": { "value": "db-2.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-eb3f8c617b68c24a2", "ami": "ami-deae870c", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-d8a85d77"], "subnet_id": "subnet-fb2fea6b", "key_name": "prod-deploy-key" } } ] } ] }