fix resource manager tag bindings in compute-vm module (#1771)
This commit is contained in:
committed by
GitHub
parent
c21fa4558f
commit
02ccc576f5
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user