-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
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
wait-for-cluster.sh throw error jq: command not found #150
Comments
Looks like we don't document the requirement of installing jq: https://stedolan.github.io/jq/ |
morgante
added a commit
that referenced
this issue
May 21, 2019
CPL-markus
pushed a commit
to WALTER-GROUP/terraform-google-kubernetes-engine
that referenced
this issue
Jul 15, 2024
CPL-markus
pushed a commit
to WALTER-GROUP/terraform-google-kubernetes-engine
that referenced
this issue
Jul 15, 2024
…-modules/fix-150 Add jq to README; fixes terraform-google-modules#150
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've been testing this module for a PoC, but it seems that a script in deployment process assume the presence of a binary which is not present anymore in COS.
The complete error :
Terraform version
Configuration file
provider.tf
main.tf
Expected Behavior
Terraform creates plan successfully without error.
Actual Behavior
terraform apply
errors withSteps to Reproduce
terraform plan -out=test-plan && terraform apply test-plan
The text was updated successfully, but these errors were encountered: