{ "version": 4, "terraform_version": "1.8.1", "serial": 532, "lineage": "8e564ec3-21ef-62bc-530c-9b5a2149d6fc", "outputs": { "db_endpoint": { "value": "db-3.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-a15566b3962d15c98", "ami": "ami-25e65d9b", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-2eae1a6d"], "subnet_id": "subnet-29bc4d0d", "key_name": "prod-deploy-key" } } ] } ] }