renamed output variable for cluster name
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
output "cluster_pet_name" {
|
output "cluster_name" {
|
||||||
value = random_pet.cluster.id
|
value = random_pet.cluster.id
|
||||||
description = "Shared suffix for all resources belonging to this cluster."
|
description = "Shared suffix for all resources belonging to this cluster."
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user