rancher / tf-rancher-up

MIT License
14 stars 5 forks source link

Creation and destruction of Google recipes with 1 single command #151

Closed glovecchi0 closed 1 month ago

glovecchi0 commented 1 month ago

Issue #149

tfvars examples: RKE:

prefix           = "glovecchio"
project_id       = "rancher-support-01"
region           = "europe-west8"
instance_count   = 2
ssh_username     = "ubuntu"
rancher_hostname = "glovecchio"
rancher_password = "Mypassword.1234"

RKE2:

prefix           = "glovecchio"
project_id       = "rancher-support-01"
region           = "europe-west8"
server_instance_count = 3
worker_instance_count = 2
ssh_username     = "ubuntu"
rancher_hostname = "glovecchio"
rancher_password = "Mypassword.1234"

K3s:

prefix                = "glovecchio"
project_id            = "rancher-support-01"
region                = "europe-west8"
server_instance_count = 3
worker_instance_count = 2
ssh_username          = "ubuntu"
rancher_hostname      = "glovecchio"
rancher_password      = "Mypassword.1234"

GKE:

prefix           = "glovecchio"
project_id       = "rancher-support-01"
region           = "europe-west8"
rancher_hostname = "glovecchio"
rancher_password = "Mypassword.1234"