Skip to content

Commit

Permalink
test(fix): remove module so terragrunt will initialize correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
caerulescens committed Sep 4, 2024
1 parent 2dd4541 commit 15ed5e7
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 848 deletions.
7 changes: 4 additions & 3 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ terraform {
}
}

module "minikube_cluster" {
# todo: 'auto_pause_interval' missing completions?
# todo: 'gpus' missing completions?
# todo: 'output' missing completion?
resource "minikube_cluster" "default" {
for_each = var.minikube_clusters
source = "./modules/minikube_cluster"
providers = { minikube = minikube }
addons = each.value.addons
apiserver_ips = each.value.apiserver_ips
apiserver_name = each.value.apiserver_name
Expand Down
1 change: 0 additions & 1 deletion modules/minikube_cluster/README.md

This file was deleted.

112 changes: 0 additions & 112 deletions modules/minikube_cluster/main.tf

This file was deleted.

27 changes: 0 additions & 27 deletions modules/minikube_cluster/outputs.tf

This file was deleted.

Loading

0 comments on commit 15ed5e7

Please sign in to comment.