diff --git a/modules/host/versions.tf b/modules/host/versions.tf index 5165dec..8dd88a7 100644 --- a/modules/host/versions.tf +++ b/modules/host/versions.tf @@ -10,7 +10,7 @@ terraform { } remote = { source = "tenstad/remote" - version = "~> 0.0.23" + version = "~> 0.1.23" } template = { source = "hashicorp/cloudinit" diff --git a/versions.tf b/versions.tf index c1fdb5b..ccbfbcb 100644 --- a/versions.tf +++ b/versions.tf @@ -14,7 +14,7 @@ terraform { } remote = { source = "tenstad/remote" - version = "~> 0.0.23" + version = "~> 0.1.23" } } }