{ "version": 4, "terraform_version": "1.8.0", "serial": 348, "lineage": "511360b4-afc7-9f11-806a-f3b3186db807", "outputs": { "db_endpoint": { "value": "db-0.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-1d6f01f708d6a199a", "ami": "ami-7dc8111f", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-ca18dca1"], "subnet_id": "subnet-47ac49dc", "key_name": "prod-deploy-key" } } ] } ] }