Skip to content

Commit 08124b0

Browse files
committed
Generate docs.
1 parent 8b2be76 commit 08124b0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

examples/pubsub_scheduled_multiple/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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 -->

0 commit comments

Comments
 (0)