renamed output variable for cluster name
This commit is contained in:
parent
385bd788be
commit
75362c249a
@ -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."
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user