Skip to content
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

Feature gap: Add missed enable_flow_logs & state to subnetwork #21851

Conversation

modular-magician
Copy link
Collaborator

This patch introduces new fields to the Terraform provider for the subnetwork resource:

  • enable_flow_logs - a field that allows enabling flow logs. If the log_config field is not set in the configuration, the default log_config value returned by the API will be stored in tfstate.
  • state - a read-only field. During testing, it was observed that the API does not return this field in response to a GET request. Nevertheless, the field is stored in tfstate as an empty string.

Release Note Template for Downstream PRs (will be copied)

See Write release notes for guidance.

compute: added `enable_flow_logs` and `state` fields to `google_compute_subnetwork` resource

Derived from GoogleCloudPlatform/magic-modules#13093

…ashicorp#13093)

Signed-off-by: Cezary Sobczak <Cezary.Sobczak@infogain.com>

[upstream:7fe6b89e3bcd4c180198da7f5fd7405d968b91e8]

Signed-off-by: Modular Magician <magic-modules@google.com>
@modular-magician modular-magician requested a review from a team as a code owner March 13, 2025 02:16
@modular-magician modular-magician merged commit 83fa8d3 into hashicorp:main Mar 13, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant