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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add purpose field to google_network_security_address_group. #18624

Open
carloshdezbueno opened this issue Jul 2, 2024 · 2 comments
Open

Add purpose field to google_network_security_address_group. #18624

carloshdezbueno opened this issue Jul 2, 2024 · 2 comments

Comments

@carloshdezbueno
Copy link

carloshdezbueno commented Jul 2, 2024

Community Note

  • Please vote on this issue by adding a 馃憤 reaction to the original issue to help the community and maintainers prioritize this request.
  • Please do not leave +1 or me too comments, they generate extra noise for issue followers and do not help prioritize the request.
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment.
  • If an issue is assigned to a user, that user is claiming responsibility for the issue.
  • Customers working with a Google Technical Account Manager or Customer Engineer can ask them to reach out internally to expedite investigation and resolution of this issue.

Description

Basically the address groups are ment to be used for cloud armor but to be able to use them for it, it needs to be configured with that purpose. Therefore, if the purpose cant be set to "CLOUD_ARMOR", the address group cant be used for it

New or Affected Resource(s)

  • google_network_security_address_group

Potential Terraform Configuration

resource "google_network_security_address_group" "default" {
  name        = "my-address-groups"
  parent      = "projects/my-project-name"
  location    = "us-central1"
  type        = "IPV4"
  purpose = "CLOUD_ARMOR
  capacity    = "100"
  items       = ["208.80.154.224/32"]
}

References

No response

b/351843093

@BBBmau
Copy link
Contributor

BBBmau commented Jul 8, 2024

@BBBmau BBBmau added size/s and removed forward/review In review; remove label to forward labels Jul 8, 2024
@SarahFrench SarahFrench added this to the Goals milestone Jul 8, 2024
@zli82016
Copy link
Collaborator

zli82016 commented Jul 8, 2024

The purpose field is added to google_network_security_address_group in beta provider now in GoogleCloudPlatform/magic-modules#11059

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants