Planning failed: Terraform encountered an error while generating this plan #274
Replies: 2 comments
-
Hi, I am usually working in Ubuntu but I got my hands on a windows 10 machine and tested the setup there. Sorry that I can't test on windows 11. On my first run I got the same error as you posted above. This was not run as an administrator, I just had to accept some changes to the firewall rules while the cluster was created by terraform. So maybe retrying again on a clean state will help you. Otherwise the terraform logs may give further hints. |
Beta Was this translation helpful? Give feedback.
-
@jfaltermeier thanks for trying it out and sharing the result. From the logs I found that this same error appears for following:
Currently I am trying to understand and debug this error. Just though to share it here too, in case you have any information about this particular error. |
Beta Was this translation helpful? Give feedback.
-
I am trying to follow getting started with Minikube instructions and I get following error when running
terraform plan
Planning failed. Terraform encountered an error while generating this plan.
Steps tried:
terraform init
,terraform plan
againminikube delete
and following all the steps againAny suggestions for above issue are appreciated. If someone has a working sample of Theia Cloud with Minikube tested on Windows 11, that can be helpful too.
Additional Information:
Platform: Windows 11
Terraform: 1.7.0
Minikube: 1.32.0
VirtualBox: 7.0.12
Beta Was this translation helpful? Give feedback.
All reactions