Skip to content

Commit

Permalink
fix nvidia-gpu example module source
Browse files Browse the repository at this point in the history
  • Loading branch information
remche committed Jan 28, 2022
1 parent f6f63cb commit ca2f4b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/nvidia-gpu/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ resource "openstack_networking_secgroup_rule_v2" "nodeport" {


module "controlplane" {
source = "git::https://github.com/compendius/terraform-openstack-rke2.git"
source = "remche/rke2/openstack"
cluster_name = var.cluster_name
write_kubeconfig = true
boot_from_volume = true
Expand All @@ -71,7 +71,7 @@ module "controlplane" {
}
}
module "worker" {
source = "git::https://github.com/compendius/terraform-openstack-rke2.git//modules/agent"
source = "remche/rke2/openstack"
boot_from_volume = true
boot_volume_size = var.worker_volume_size
boot_volume_type = var.worker_volume_type
Expand Down

0 comments on commit ca2f4b0

Please sign in to comment.