Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.

Commit 21414c4

Browse files
committed
Update Terraform template to ~> 2.2.0
1 parent 0107640 commit 21414c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

terraform/provider.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ provider "random" {
2828

2929
// Pins the version of the "template" provider
3030
provider "template" {
31-
version = "~> 2.1.2"
31+
version = "~> 2.2.0"
3232
}
3333

3434
// Pins the version of the "null" provider

0 commit comments

Comments
 (0)