We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 732d181 commit a360146Copy full SHA for a360146
variables.tf
@@ -176,11 +176,11 @@ variable "control_plane_pool_config" {
176
workload_metadata_config_mode = optional(string, "GKE_METADATA")
177
service_account = optional(string, "default")
178
labels = optional(map(string), {
179
- "class.truefoundry.io/component" = "control-plane"
+ "class.truefoundry.com/component" = "control-plane"
180
})
181
taints = optional(object(
182
{
183
- key = optional(string, "class.truefoundry.io/component")
+ key = optional(string, "class.truefoundry.com/component")
184
value = optional(string, "control-plane")
185
effect = optional(string, "NO_SCHEDULE")
186
}
0 commit comments