#128 replace deprecated template provider with cloudinit

This commit is contained in:
Cliffred van Velzen
2022-03-13 14:47:47 +01:00
parent 900277f645
commit 84ae583ff5
2 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ terraform {
version = "~> 0.0.23"
}
template = {
source = "hashicorp/template"
source = "hashicorp/cloudinit"
version = "~> 2.2.0"
}
}