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 53b807b commit 325793eCopy full SHA for 325793e
README.md
@@ -6,7 +6,7 @@ You can go to the examples folder, however the usage of the module could be like
6
7
```hcl
8
module "scheduled-function" {
9
- source = "terraform-google-modules/scheduled-function/google"
+ source = "terraform-google-modules/scheduled-functions/google"
10
version = "0.1.0"
11
project_id = "<PROJECT ID>"
12
job_name="<NAME_OF_JOB>"
0 commit comments