Skip to content
This repository was archived by the owner on Jan 2, 2023. It is now read-only.

Commit 7332b11

Browse files
author
Chris Love
authored
Merge pull request #15 from wripley/master
Updated Google providers
2 parents 975af88 + 7f19b39 commit 7332b11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/terraform/vanilla/main.tf.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ limitations under the License.
1717
// Vanilla based terraform
1818

1919
provider "google" {
20-
version = "2.10.0"
20+
version = "2.13.0"
2121
project = var.project_id
2222
region = var.region
2323
}
2424

2525
provider "google-beta" {
26-
version = "2.10.0"
26+
version = "2.13.0"
2727
project = var.project_id
2828
region = var.region
2929
}

0 commit comments

Comments
 (0)