-
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
Subnet logconfig prepare for 3.0.0 #2572
Subnet logconfig prepare for 3.0.0 #2572
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. |
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. |
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.
LGTM other than the unrelated BackendService change
products/compute/terraform.yaml
Outdated
@@ -244,8 +244,6 @@ overrides: !ruby/object:Overrides::ResourceOverrides | |||
sensitive: true | |||
id: !ruby/object:Overrides::Terraform::PropertyOverride | |||
exclude: true | |||
logConfig: !ruby/object:Overrides::Terraform::PropertyOverride |
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 seems unrelated?
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.
Whoops! Must have searched on logConfig
and gotten mixed up!
@@ -1677,8 +1680,6 @@ overrides: !ruby/object:Overrides::ResourceOverrides | |||
input: false | |||
default_from_api: true | |||
custom_flatten: 'templates/terraform/custom_flatten/name_from_self_link.erb' | |||
logConfig: !ruby/object:Overrides::Terraform::PropertyOverride |
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.
Are we able to keep the field O+C? I'm a little hesitant to start catching drift out of the blue, especially on our last 2.X
release. However, it's beta-only so it's allowed imo.
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. |
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. |
…rue if enable_flow_logs is true or unspecified
…ubnet should default from API like previously
Tracked submodules are build/terraform-beta build/terraform-mapper build/terraform build/ansible build/inspec.
04fb694
to
e9e950d
Compare
This moves log_config to GA, deprecates
enable_flow_logs
, infers thatenable_flow_logs
is true iflog_config
is present andenable_flow_logs
is unspecified. Also allows forlog_config
to be updated without recreating the subnetwork resource.Prepares to remove
enable_flow_logs
in 3.0.0 in favor of inferringlog_config.enable
Release Note Template for Downstream PRs (will be copied)