We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e17274 commit 28fe070Copy full SHA for 28fe070
terraform/provider.tf
@@ -23,7 +23,7 @@ provider "google" {
23
24
// Pins the version of the "random" provider
25
provider "random" {
26
- version = "~> 2.1.2"
+ version = "~> 3.5.0"
27
}
28
29
// Pins the version of the "template" provider
0 commit comments