Skip to content

Commit d4bf08a

Browse files
authored
chore(readme): change location for function_location parameter name (#136)
1 parent da5b66f commit d4bf08a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ module "cloud_functions2" {
2929
version = "~> 0.6"
3030
3131
# Required variables
32-
function_name = "<FUNCTION_NAME>"
33-
project_id = "<PROJECT_ID>"
34-
location = "<LOCATION>"
35-
runtime = "<RUNTIME>"
36-
entrypoint = "<ENTRYPOINT>"
32+
function_name = "<FUNCTION_NAME>"
33+
project_id = "<PROJECT_ID>"
34+
function_location = "<LOCATION>"
35+
runtime = "<RUNTIME>"
36+
entrypoint = "<ENTRYPOINT>"
3737
storage_source = {
3838
bucket = "<BUCKET_NAME>"
3939
object = "<ARCHIVE_PATH>"

0 commit comments

Comments
 (0)