{ "version": 4, "terraform_version": "1.6.2", "serial": 467, "lineage": "28d7831b-b079-02b0-c0fa-9b4fec058638", "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-3bb5ce26901b49138", "ami": "ami-593e9143", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-6fa3d90e"], "subnet_id": "subnet-d079d70b", "key_name": "prod-deploy-key" } } ] } ] }