-
Notifications
You must be signed in to change notification settings - Fork 47
Initial Commit #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is looking pretty good.
Some minor changes requested.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestions to explicitly pin the provider and improve readability.
Co-Authored-By: ogreface <rishi@rishim.com>
Co-Authored-By: ogreface <rishi@rishim.com>
Co-Authored-By: ogreface <rishi@rishim.com>
Co-Authored-By: ogreface <rishi@rishim.com>
Co-Authored-By: ogreface <rishi@rishim.com>
Co-Authored-By: ogreface <rishi@rishim.com>
Co-Authored-By: ogreface <rishi@rishim.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I attempted to run the tests and came across some variable caveats. Additionally, given that the google_cloud_scheduler_job
resource has a hard dependency on the existence of an App Engine application, we should document that and instantiate one in the example.
Error: Error applying plan:
1 error(s) occurred:
* module.pubsub_scheduled_example.module.pubsub_scheduled_example.google_cloud_scheduler_job.job: 1 error(s) occurred:
* google_cloud_scheduler_job.job: Error creating Job: googleapi: Error 404: The project aaronlane-s7d-f6n-test-c257 does not contain an App Engine application. Please visit https://console.developers.google.com/appengine?project=aaronlane-s7d-f6n-test-c257 to to add an App Engine application.
Co-Authored-By: ogreface <rishi@rishim.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor readability changes requested.
No description provided.