-
Notifications
You must be signed in to change notification settings - Fork 286
feat(terraform): add BV, BP, BPA resources to sample configurations #761
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
feat(terraform): add BV, BP, BPA resources to sample configurations #761
Conversation
|
Here is the summary of changes. You are about to add 4 region tags.
This comment is generated by snippet-bot.
|
|
@bharathkkb @averbuks @tpdownes Can any of you please review this PR. |
|
I do not have any involvement in this particular repository. |
|
/gcbrun |
|
/gcbrun |
|
Thanks for the contribution @niharika-98! I triggered the lint and CI tests. For the lint, in addition to the nits I already identified, you probably need to run |
Co-authored-by: Andrew Peabody <[email protected]>
Co-authored-by: Andrew Peabody <[email protected]>
Co-authored-by: Andrew Peabody <[email protected]>
|
/gcbrun |
Co-authored-by: Katie McLaughlin <[email protected]>
|
/gcbrun |
|
All tests specifically added to this PR work, but due to adding content to /tests/, all tests are being run. Checking earlier CI runs, the new samples do work, so I will merge this PR, since all other tests have failed due to unrelated samples. |
@glasnt I think the error is from one of the new samples? |
|
Ah, that was a later change. I'll create a fix in a new PR, which will allow us to also test these resources in isolation. For future new API PRs, might be an idea to do that PR first before the sample, for isolation purposes. |
Description
Fixes # b/378428041
Documention for backupdr resources:
https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/backup_dr_backup_plan
https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/backup_dr_backup_plan_association
https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/backup_dr_backup_vault
Note: If you are not associated with Google, open an issue for discussion before submitting a pull request.
Checklist
Readiness
Style
guide
Testing
I have performed tests described in the Contributing guide:
terraform applyterraform fmtcheckIntended location
Yes, this sample will be (or already is) included on cloud.google.com
Location(s):
No, this sample won't be included on cloud.google.com
Reason:
API enablement
Review