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 573c0f3 commit 53b807bCopy full SHA for 53b807b
README.md
@@ -13,7 +13,7 @@ module "scheduled-function" {
13
schedule="<CRON_SYNTAX_SCHEDULE"
14
function_entry_point="<NAME_OF_FUNCTION>"
15
function_source_directory="<DIRECTORY_OF_FUNCTION_SOURCE>"
16
- function_name="<RESOURCE_NAMES>"
+ name="<RESOURCE_NAMES>"
17
region="<REGION>"
18
}
19
```
0 commit comments