{ "version": 4, "terraform_version": "1.8.8", "serial": 125, "lineage": "2c4741f7-a367-e1ab-b3f6-ba08b499a16f", "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-b6da9e187685b1118", "ami": "ami-f57fcd32", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-27e7b674"], "subnet_id": "subnet-43400042", "key_name": "prod-deploy-key" } } ] } ] }