Skip to content

Commit c68bc12

Browse files
dpatsoramod
authored andcommitted
Fix GCP provider version (#162)
1 parent cf91a9d commit c68bc12

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)