Skip to content

Commit 35553fa

Browse files
dpatsoravshatravenko
authored andcommitted
Fix GCP provider version (#162)
1 parent e9ad3a4 commit 35553fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tpl/gcp/environment/main.tf.tt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ provider "google" {
22
credentials = "${file("<%= @cloud['gcp']['service_account'] %>")}"
33
project = "<%= @cloud['gcp']['project'] %>"
44
region = "<%= @cloud['region'] %>"
5+
version = "2.12.0"
56
}

0 commit comments

Comments
 (0)