{ "version": 4, "terraform_version": "1.6.4", "serial": 148, "lineage": "52d31e4b-3e06-3839-a74a-12fc2a0228ec", "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-5db5d723b9a3c1cd1", "ami": "ami-129c507e", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-7f1d8ae4"], "subnet_id": "subnet-45c66e1c", "key_name": "prod-deploy-key" } } ] } ] }