changed the cluster name to manual

This commit is contained in:
Karim Naufal
2022-03-09 05:19:06 +01:00
parent cf15aef059
commit f20ac7c8d5
7 changed files with 19 additions and 19 deletions

View File

@@ -1,5 +1,5 @@
output "cluster_name" {
value = random_pet.cluster.id
value = var.cluster_name
description = "Shared suffix for all resources belonging to this cluster."
}