-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Add support for oauth and oidc tokens to cloud_scheduler_job #2161
Add support for oauth and oidc tokens to cloud_scheduler_job #2161
Conversation
Hi! I'm the modular magician, I work on Magic Modules. Pull request statusesNo diff detected in Inspec. New Pull RequestsI built this PR into one or more new PRs on other repositories, and when those are closed, this PR will also be merged and closed. |
|
||
|
||
|
||
func authHeaderDiffSuppress(k, old, new string, d *schema.ResourceData) bool { |
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.
Would you mine leaving a comment explaining the expected formats and why we are doing this parsing?
Hi! I'm the modular magician, I work on Magic Modules. Pull request statusesterraform-provider-google-beta already has an open PR. New Pull RequestsI didn't open any new pull requests because of this PR. |
201dde7
to
1ab0382
Compare
1ab0382
to
6eec0d8
Compare
6eec0d8
to
88a46b7
Compare
Hi! I'm the modular magician, I work on Magic Modules. Pull request statusesNo diff detected in terraform-provider-google-beta. New Pull RequestsI didn't open any new pull requests because of this PR. |
As referenced in hashicorp/terraform-provider-google#4089 adding support for oauth_token and also oidc_token on the cloud_scheduler job
Release Note for Downstream PRs (will be copied)