{ "version": 4, "terraform_version": "1.8.1", "serial": 456, "lineage": "ee9d3c7d-5987-6dd1-8410-ad63e67d82e8", "outputs": { "db_endpoint": { "value": "db-4.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-a9f0b4eb24ffd7475", "ami": "ami-7cc725a2", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-0fdb8c66"], "subnet_id": "subnet-6bea25ef", "key_name": "prod-deploy-key" } } ] } ] }