docs: Change Cloud Scheduler region from us-central1 to us-east1#948
Merged
camiekim merged 2 commits intoterraform-google-modules:mainfrom Apr 28, 2026
Merged
docs: Change Cloud Scheduler region from us-central1 to us-east1#948camiekim merged 2 commits intoterraform-google-modules:mainfrom
camiekim merged 2 commits intoterraform-google-modules:mainfrom
Conversation
Contributor
|
/gcbrun |
iennae
approved these changes
Apr 28, 2026
Contributor
|
this needs some outside of the region tag changes to address timing issues since it's attempting to delete before it's ready. you could do something like this PR with the time_sleep and the null_resource to ensure that it doesn't attempt to delete to early 364192b#diff-d2d5e41ff94877d4a3388fbad8bf95dd71a3ef1e704d3f1d5d90fe4b5dd5cc1f In a customer's environment they wouldn't be creating/deleting this quickly so it should be outside the region tag. |
Added a sleep resource to wait for the Cloud Scheduler job to complete before proceeding
Contributor
Author
|
Thanks, @iennae ! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Fixes b/507114306
Note: If you are not associated with Google, open an issue for discussion before submitting a pull request.
Checklist
Readiness
Style
guide
Testing
[ x] I have performed tests described in the Contributing guide:
terraform applyterraform fmtcheckIntended location
[ x] Yes, this sample will be (or already is) included on cloud.google.com
Location(s): https://docs.cloud.google.com/scheduler/docs/schedule-run-cron-job-terraform
No, this sample won't be included on cloud.google.com
Reason:
API enablement
Review