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
{ "terraform_version": ""1.8.4"", "terraform_revision": "null", "terraform_outdated": "true", "provider_selections": "{"registry.terraform.io/hashicorp/aws":"5.70.0","registry.terraform.io/hashicorp/cloudinit":"2.3.5","registry.terraform.io/hashicorp/external":"2.3.4","registry.terraform.io/hashicorp/kubernetes":"2.32.0","registry.terraform.io/hashicorp/local":"2.5.2","registry.terraform.io/hashicorp/null":"3.2.3","registry.terraform.io/hashicorp/random":"3.6.3","registry.terraform.io/hashicorp/time":"0.12.1","registry.terraform.io/hashicorp/tls":"4.0.6"}"
Not relevant
Run terraform without using a Docker image. I got this error:
│ Error: local-exec provisioner error │ │ with terraform_data.run_command[0], │ on main.tf line 232, in resource "terraform_data" "run_command": │ 232: provisioner "local-exec" { │ │ Error running command 'kubectl --kubeconfig=mia-eks-kubeconfig.conf patch storageclass gp2 --patch '{"metadata": {"annotations":{"storageclass.kubernetes.io/is-default-class":"true"}}}' ': exit status 127. Output: /bin/sh: line 1: │ kubectl: command not found
No errors should be produced
Errors about kubectl not found.
kubectl
I guess the problem is that my local kubectl is not in the default PATH but I expect the Terraform script to verify this before it starts executing
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Terraform Version Details
{
"terraform_version": ""1.8.4"",
"terraform_revision": "null",
"terraform_outdated": "true",
"provider_selections": "{"registry.terraform.io/hashicorp/aws":"5.70.0","registry.terraform.io/hashicorp/cloudinit":"2.3.5","registry.terraform.io/hashicorp/external":"2.3.4","registry.terraform.io/hashicorp/kubernetes":"2.32.0","registry.terraform.io/hashicorp/local":"2.5.2","registry.terraform.io/hashicorp/null":"3.2.3","registry.terraform.io/hashicorp/random":"3.6.3","registry.terraform.io/hashicorp/time":"0.12.1","registry.terraform.io/hashicorp/tls":"4.0.6"}"
Terraform Variable File Details
Not relevant
Steps to Reproduce
Run terraform without using a Docker image. I got this error:
Expected Behavior
No errors should be produced
Actual Behavior
Errors about
kubectl
not found.Additional Context
I guess the problem is that my local
kubectl
is not in the default PATH but I expect the Terraform script to verify this before it starts executingReferences
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: