We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7502b9 commit a949aaaCopy full SHA for a949aaa
examples/automatic-labelling-from-localhost/main.tf
@@ -61,6 +61,7 @@ module "localhost_function" {
61
project_id = "${var.project_id}"
62
region = "${var.region}"
63
source_directory = "${path.module}/function_source"
64
+ runtime = "nodejs6"
65
}
66
67
resource "null_resource" "wait_for_function" {
examples/automatic-labelling-from-repository/main.tf
@@ -80,6 +80,7 @@ module "repository_function" {
80
81
description = "Labels resource with owner information."
82
entry_point = "labelResource"
83
84
85
environment_variables = {
86
LABEL_KEY = "principal-email"
0 commit comments