Skip to content

Commit

Permalink
kind: fix var name
Browse files Browse the repository at this point in the history
  • Loading branch information
caruccio committed Aug 27, 2024
1 parent 02a7c1d commit 462a38a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/kind/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module "kind" {
use_kubeconfig = var.use_kubeconfig
pre_create = var.pre_create
post_create = var.post_create
kind_modules = local.modules_result
modules = local.modules_result
#dump_debug = var.dump_debug

# monitoring and operations
Expand Down

0 comments on commit 462a38a

Please sign in to comment.