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
git clone https://github.com/rosskirkpat/terraform-modules.git
cd terraform-modules/rancher_windows_cluster
../login.ps1 $RANCHER_SERVER$USER$PASScopy-itemdefault.auto.tfvars.example default.auto.tfvars
code default.auto.tfvars
If you don't have an existing ec2 key pair in the PEM format, don't worry
We will create one and import the PEM key to aws
PEM is required for decrpyting the password of EC2 Windows nodes
terraform init # required to initialize the modules and providers
terraform plan # prints out what terraform will do when then apply is run
terraform apply # applies the terraform plan/state and creates resources
terraform destroy # will destroy every terraform resource that was created