-
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
DNS managed zone DS test ignores for beta-only fields #2804
DNS managed zone DS test ignores for beta-only fields #2804
Conversation
Hi! I'm the modular magician, I work on Magic Modules. Pull request statusesNo diff detected in terraform-google-conversion. 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. |
@@ -24,6 +24,8 @@ func TestAccDataSourceDnsManagedZone_basic(t *testing.T) { | |||
map[string]struct{}{ | |||
"dnssec_config.#": {}, | |||
"private_visibility_config.#": {}, | |||
"peering_config.#": {}, |
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.
If these are only ignored in GA we should wrap them in unless ga
so that they are still tested in beta. That will also remind us to un-ignore them once they go GA.
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. |
ec0fcd5
to
2f8fdf0
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. |
Fixes TestAccDataSourceDnsManagedZone_basic in beta which gets extra fields in the response
Release Note Template for Downstream PRs (will be copied)