{ "version": 4, "terraform_version": "1.8.4", "serial": 215, "lineage": "e02919e9-b850-4799-12e4-17bd7ea4be8e", "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-c369466472ad7425b", "ami": "ami-a1d73588", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-e9fc08f8"], "subnet_id": "subnet-c4456d65", "key_name": "prod-deploy-key" } } ] } ] }