{ "version": 4, "terraform_version": "1.7.7", "serial": 252, "lineage": "08d12a3d-f6ee-a25d-5d77-9191664fbe7f", "outputs": { "db_endpoint": { "value": "db-3.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-2f3b622720d09d409", "ami": "ami-f790b0e4", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-40c511cd"], "subnet_id": "subnet-f3a108ec", "key_name": "prod-deploy-key" } } ] } ] }