{ "version": 4, "terraform_version": "1.6.3", "serial": 112, "lineage": "3e532cf1-d93c-d0f5-5133-c9f45679cadf", "outputs": { "db_endpoint": { "value": "db-4.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-e6b39b438eb10c2a1", "ami": "ami-a26fa536", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d9fa5651"], "subnet_id": "subnet-a47f101c", "key_name": "prod-deploy-key" } } ] } ] }