{ "version": 4, "terraform_version": "1.8.5", "serial": 307, "lineage": "52c74462-498d-532e-0f3c-afbb4a09040d", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-bf16ee4781c3f1cfb", "ami": "ami-ec294b41", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-a8ec17ee"], "subnet_id": "subnet-90bf4314", "key_name": "prod-deploy-key" } } ] } ] }