Skip to content

Commit

Permalink
Update Terraform template to ~> 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 26, 2020
1 parent 0107640 commit 21414c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 21414c4

Please sign in to comment.