Skip to content

Commit 93c5bb7

Browse files
committed
pinning setup google provider to 2.12 for upstream bug fix
1 parent de2e75e commit 93c5bb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/setup/versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ terraform {
1919
}
2020

2121
provider "google" {
22-
version = "~> 2.13.0"
22+
version = "~> 2.12.0"
2323
}
2424

2525
provider "google-beta" {
26-
version = "~> 2.13.0"
26+
version = "~> 2.12.0"
2727
}

0 commit comments

Comments
 (0)