Skip to content

Commit

Permalink
Update Terraform random to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 26, 2021
1 parent 0107640 commit a180869
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 @@ -23,7 +23,7 @@ provider "google" {

// Pins the version of the "random" provider
provider "random" {
version = "~> 2.1.2"
version = "~> 3.1.0"
}

// Pins the version of the "template" provider
Expand Down

0 comments on commit a180869

Please sign in to comment.