{ "version": 4, "terraform_version": "1.8.0", "serial": 385, "lineage": "7d8df8ff-8ad1-88e4-984e-2138c09fd34b", "outputs": { "db_endpoint": { "value": "db-0.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-d79004099f2b04fe8", "ami": "ami-9aee2c69", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-5963c357"], "subnet_id": "subnet-1a601bfb", "key_name": "prod-deploy-key" } } ] } ] }