You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <aname="input_aws_access_key"></a> [aws\_access\_key](#input\_aws\_access\_key)| AWS access key used to create infrastructure |`string`| n/a | yes |
51
+
| <aname="input_aws_secret_key"></a> [aws\_secret\_key](#input\_aws\_secret\_key)| AWS secret key used to create AWS infrastructure |`string`| n/a | yes |
52
+
| <aname="input_rancher_server_admin_password"></a> [rancher\_server\_admin\_password](#input\_rancher\_server\_admin\_password)| Admin password to use for Rancher server bootstrap |`string`| n/a | yes |
53
+
| <aname="input_add_windows_node"></a> [add\_windows\_node](#input\_add\_windows\_node)| Add a windows node to the workload cluster |`bool`|`false`| no |
54
+
| <aname="input_aws_region"></a> [aws\_region](#input\_aws\_region)| AWS region used for all resources |`string`|`"us-east-1"`| no |
55
+
| <aname="input_aws_session_token"></a> [aws\_session\_token](#input\_aws\_session\_token)| AWS session token used to create AWS infrastructure |`string`|`""`| no |
56
+
| <aname="input_cert_manager_version"></a> [cert\_manager\_version](#input\_cert\_manager\_version)| Version of cert-manager to install alongside Rancher (format: 0.0.0) |`string`|`"1.5.3"`| no |
57
+
| <aname="input_docker_version"></a> [docker\_version](#input\_docker\_version)| Docker version to install on nodes |`string`|`"19.03"`| no |
58
+
| <aname="input_instance_type"></a> [instance\_type](#input\_instance\_type)| Instance type used for all EC2 instances |`string`|`"t3a.medium"`| no |
59
+
| <aname="input_prefix"></a> [prefix](#input\_prefix)| Prefix added to names of all resources |`string`|`"quickstart"`| no |
60
+
| <aname="input_rancher_kubernetes_version"></a> [rancher\_kubernetes\_version](#input\_rancher\_kubernetes\_version)| Kubernetes version to use for Rancher server cluster |`string`|`"v1.21.8+k3s1"`| no |
61
+
| <aname="input_rancher_version"></a> [rancher\_version](#input\_rancher\_version)| Rancher server version (format: v0.0.0) |`string`|`"v2.6.3"`| no |
62
+
| <aname="input_windows_instance_type"></a> [windows\_instance\_type](#input\_windows\_instance\_type)| Instance type used for all EC2 windows instances |`string`|`"t3a.large"`| no |
63
+
| <aname="input_workload_kubernetes_version"></a> [workload\_kubernetes\_version](#input\_workload\_kubernetes\_version)| Kubernetes version to use for managed workload cluster |`string`|`"v1.20.6-rancher1-1"`| no |
0 commit comments