We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf91a9d commit c68bc12Copy full SHA for c68bc12
1 file changed
tpl/gcp/environment/main.tf.tt
@@ -2,4 +2,5 @@ provider "google" {
2
credentials = "${file("<%= @cloud['gcp']['service_account'] %>")}"
3
project = "<%= @cloud['gcp']['project'] %>"
4
region = "<%= @cloud['region'] %>"
5
+ version = "2.12.0"
6
}
0 commit comments