Non-random cluster_name for examples/kubernetes #690
Unanswered
kriswuollett
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi @kriswuollett, thanks for the question. I was able to reproduce the behavior you described but will need to look into it more before I can suggest a solution. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a particular reason why
cluster_name
beingtf-k8s-${random_id.cluster_name.hex}
was needed in #564? When I remove therandom_id
resource and just setcluster_name
tomy_cluster
, the output ofterraform plan
has the error:I'm new to Terraform so would like to learn more about this issue if it is not technically a bug. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions