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 a0ca0fe commit 45fc5a9Copy full SHA for 45fc5a9
bigquery_routine_basic/main.tf
@@ -7,5 +7,6 @@ resource "google_bigquery_routine" "sproc" {
7
routine_id = "routine_id-${local.name_suffix}"
8
routine_type = "PROCEDURE"
9
language = "SQL"
10
+ security_mode = "INVOKER"
11
definition_body = "CREATE FUNCTION Add(x FLOAT64, y FLOAT64) RETURNS FLOAT64 AS (x + y);"
12
}
0 commit comments