Add project-scoped secure tags (#1933)

This commit is contained in:
Julio Castillo
2023-12-18 18:24:05 +01:00
committed by GitHub
parent b6e0557bbb
commit 01bd0b7b01
7 changed files with 318 additions and 76 deletions

View File

@@ -331,9 +331,3 @@ variable "skip_delete" {
type = bool
default = false
}
variable "tag_bindings" {
description = "Tag bindings for this project, in key => tag value id format."
type = map(string)
default = null
}