Update Terraform remote to ~> 0.1.23
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2022-10-26 15:16:22 +00:00
parent 9d85fc4335
commit 3b94020a30
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ terraform {
} }
remote = { remote = {
source = "tenstad/remote" source = "tenstad/remote"
version = "~> 0.0.23" version = "~> 0.1.23"
} }
template = { template = {
source = "hashicorp/cloudinit" source = "hashicorp/cloudinit"

View File

@ -14,7 +14,7 @@ terraform {
} }
remote = { remote = {
source = "tenstad/remote" source = "tenstad/remote"
version = "~> 0.0.23" version = "~> 0.1.23"
} }
} }
} }