Added tags to gke-cluster module
This commit is contained in:
@@ -25,4 +25,5 @@ module "test" {
|
||||
}
|
||||
enable_addons = var.enable_addons
|
||||
enable_features = var.enable_features
|
||||
tags = var.tags
|
||||
}
|
||||
|
||||
@@ -35,3 +35,9 @@ variable "monitoring_config" {
|
||||
managed_prometheus = true
|
||||
}
|
||||
}
|
||||
|
||||
variable "tags" {
|
||||
description = "Network tags applied to nodes."
|
||||
type = list(string)
|
||||
default = null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user