fix resource manager tag bindings in compute-vm module (#1771)

This commit is contained in:
Ludovico Magnocavallo
2023-10-18 11:24:00 +02:00
committed by GitHub
parent c21fa4558f
commit 02ccc576f5
5 changed files with 141 additions and 10 deletions

View File

@@ -356,7 +356,7 @@ variable "snapshot_schedules" {
}
variable "tag_bindings" {
description = "Tag bindings for this instance, in key => tag value id format."
description = "Tag bindings for this instance, in tag key => tag value format."
type = map(string)
default = null
}