{ "version": 4, "terraform_version": "1.8.6", "serial": 348, "lineage": "e54d7c86-5c4e-dd65-f7a5-ec8cf7bd0df2", "outputs": { "db_endpoint": { "value": "db-1.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-53bc594e35cfa4d9c", "ami": "ami-d0de3394", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-717ea5ed"], "subnet_id": "subnet-3962aee4", "key_name": "prod-deploy-key" } } ] } ] }