You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
383 B

  1. module "controlplane" {
  2. source = "remche/rke2/openstack"
  3. cluster_name = var.cluster_name
  4. dns_servers = var.dns_servers
  5. write_kubeconfig = true
  6. image_name = "Ubuntu 20.04 - Focal Fossa - 64-bit - Cloud Based Image"
  7. flavor_name = "m1.medium"
  8. public_net_name = "public1"
  9. use_ssh_agent = false
  10. ssh_key_file = "/root/.ssh/id_rsa"
  11. }