File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
examples/pubsub_scheduled_multiple Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -53,11 +53,12 @@ Then perform the following commands on the root folder:
5353| function\_ source\_ directory | The contents of this directory will be archived and used as the function source. | string | n/a | yes |
5454| function\_ timeout\_ s | The amount of time in seconds allotted for the execution of the function. | number | ` "60" ` | no |
5555| job\_ description | Addition text to describet the job | string | ` "" ` | no |
56- | job\_ name | The name of the scheduled job to run | string | n/a | yes |
56+ | job\_ name | The name of the scheduled job to run | string | ` "" ` | no |
5757| job\_ schedule | The job frequency, in cron syntax | string | ` "*/2 * * * *" ` | no |
5858| message\_ data | The data to send in the topic message. | string | ` "dGVzdA==" ` | no |
5959| project\_ id | The ID of the project where the resources will be created | string | n/a | yes |
6060| region | The region in which resources will be applied. | string | n/a | yes |
61+ | scheduler\_ job | The Cloud Scheduler job instance | any | ` "null" ` | no |
6162| time\_ zone | The timezone to use in scheduler | string | ` "Etc/UTC" ` | no |
6263| topic\_ name | Name of pubsub topic connecting the scheduled job and the function | string | ` "test-topic" ` | no |
6364
@@ -66,6 +67,7 @@ Then perform the following commands on the root folder:
6667| Name | Description |
6768| ------| -------------|
6869| name | The name of the job created |
70+ | scheduler\_ job | The Cloud Scheduler job instance |
6971
7072<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
7173
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ More information is in the [root readme](../../README.md#app-engine).
1010
1111| Name | Description | Type | Default | Required |
1212| ------| -------------| :----:| :-----:| :-----:|
13- | project\_ id | The project ID to host the network in | string | n/a | yes |
13+ | project\_ id | The project ID to host the network in | string | ` "flask-app-254610" ` | no |
1414| region | The region the project is in (App Engine specific) | string | ` "us-central1" ` | no |
1515
1616## Outputs
@@ -19,5 +19,6 @@ More information is in the [root readme](../../README.md#app-engine).
1919| ------| -------------|
2020| name | The name of the job created |
2121| project\_ id | The project ID |
22+ | scheduler\_ job | The Cloud Scheduler job instance |
2223
2324<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
You can’t perform that action at this time.
0 commit comments