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 da5b66f commit d4bf08aCopy full SHA for d4bf08a
README.md
@@ -29,11 +29,11 @@ module "cloud_functions2" {
29
version = "~> 0.6"
30
31
# Required variables
32
- function_name = "<FUNCTION_NAME>"
33
- project_id = "<PROJECT_ID>"
34
- location = "<LOCATION>"
35
- runtime = "<RUNTIME>"
36
- entrypoint = "<ENTRYPOINT>"
+ function_name = "<FUNCTION_NAME>"
+ project_id = "<PROJECT_ID>"
+ function_location = "<LOCATION>"
+ runtime = "<RUNTIME>"
+ entrypoint = "<ENTRYPOINT>"
37
storage_source = {
38
bucket = "<BUCKET_NAME>"
39
object = "<ARCHIVE_PATH>"
0 commit comments