diff --git a/terraform/provider.tf b/terraform/provider.tf index b18131e..13a20a6 100644 --- a/terraform/provider.tf +++ b/terraform/provider.tf @@ -28,7 +28,7 @@ provider "random" { // Pins the version of the "template" provider provider "template" { - version = "~> 2.1.2" + version = "~> 2.2.0" } // Pins the version of the "null" provider