-
Notifications
You must be signed in to change notification settings - Fork 344
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
Rancher terraform quick start doesn't work in aws #205
Comments
What happens if you just run |
I get the same error. The bootstrap admin is not ready. I have tried to increase the timeout to be 20 minutes. but still get the same error. |
Can you run terraform with debug logs ( |
Hello i have the same problem, here is my debug log: `Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols:
Terraform will perform the following actions: aws_instance.quickstart_node will be created
module.rancher_common.local_file.kube_config_workload_yaml will be created
module.rancher_common.rancher2_bootstrap.admin will be created
module.rancher_common.rancher2_cluster_v2.quickstart_workload will be created
Plan: 4 to add, 0 to change, 0 to destroy. Changes to Outputs:
Do you want to perform these actions? Enter a value: yes 2023-02-28T13:12:27.417-0400 [INFO] backend/local: apply calling Apply Action=GetCallerIdentity&Version=2011-06-15: timestamp=2023-02-28T13:12:27.815-0400 Action=GetCallerIdentity&Version=2011-06-15: timestamp=2023-02-28T13:12:28.234-0400 Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15 -----------------------------------------------------: timestamp=2023-02-28T13:12:28.716-0400 |
I am trying to deploy rancher to aws via terraform but got below error at the end. The rancher provider version is
1.23.0
. What could be the reason causing this error?I am using
Terraform v1.1.6
.The text was updated successfully, but these errors were encountered: