mirror of
https://github.com/jlengrand/engine.git
synced 2026-03-10 08:11:21 +00:00
Remove cluster name from tag, as it may contain invalid characters (#692)
This commit is contained in:
committed by
GitHub
parent
6a6a836308
commit
7b57f7de0d
@@ -7,7 +7,6 @@ locals {
|
||||
locals {
|
||||
tags_common = {
|
||||
ClusterId = var.kubernetes_full_cluster_id
|
||||
ClusterName = var.kubernetes_cluster_name,
|
||||
OrganizationId = var.organization_id,
|
||||
Region = var.region
|
||||
creationDate = time_static.on_cluster_create.rfc3339
|
||||
|
||||
Reference in New Issue
Block a user