{ "version": 4, "terraform_version": "1.8.5", "serial": 290, "lineage": "9628792e-2719-ddbf-930a-927e65479c93", "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-9248a7357c23045ba", "ami": "ami-28ec8e7d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-220ccc41"], "subnet_id": "subnet-02e1a607", "key_name": "prod-deploy-key" } } ] } ] }