From e34f084975168d91af99f37838bcf242a44f20e2 Mon Sep 17 00:00:00 2001 From: Thiago Genez Date: Wed, 13 Jul 2022 16:09:44 +0100 Subject: [PATCH] add bandwidth_tier into io.tf Singularity example bandwidth_tier is missing on partition variable --- tf/examples/singularity/io.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/tf/examples/singularity/io.tf b/tf/examples/singularity/io.tf index 5c9d93eb62..ce4d9d89fd 100644 --- a/tf/examples/singularity/io.tf +++ b/tf/examples/singularity/io.tf @@ -245,6 +245,7 @@ variable "partitions" { regional_capacity = bool, regional_policy = any, instance_template = string, + bandwidth_tier = string, static_node_count = number })) }