We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kubeconfig.admin.yaml (as defined in https://github.com/equinix-labs/terraform-equinix-kubernetes-cluster/blob/main/main.tf#L122) should be an output of the module. This example should rely on that output, not take the filename for granted.
https://github.com/equinix-labs/terraform-equinix-kubernetes-cluster/blob/main/main.tf#L113-L124 should be modified to ensure that the filename (which could be a filename instead of hardcoded), helpful when the moule is used for multiple workspaces) and the module.path should be used in the paths of the null_resoource provisioner commands.
Originally posted by @displague in #33 (comment)
The text was updated successfully, but these errors were encountered:
aayushrangwala
No branches or pull requests
kubeconfig.admin.yaml (as defined in https://github.com/equinix-labs/terraform-equinix-kubernetes-cluster/blob/main/main.tf#L122) should be an output of the module. This example should rely on that output, not take the filename for granted.
https://github.com/equinix-labs/terraform-equinix-kubernetes-cluster/blob/main/main.tf#L113-L124 should be modified to ensure that the filename (which could be a filename instead of hardcoded), helpful when the moule is used for multiple workspaces) and the module.path should be used in the paths of the null_resoource provisioner commands.
Originally posted by @displague in #33 (comment)
The text was updated successfully, but these errors were encountered: