{ "version": 4, "terraform_version": "1.7.1", "serial": 581, "lineage": "a2f7929f-1af7-492b-b3b6-2fcf6d82747c", "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-4eceebdff284c877c", "ami": "ami-6f6a7ac1", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-b6eb2577"], "subnet_id": "subnet-b28092b8", "key_name": "prod-deploy-key" } } ] } ] }