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 networkUrl to consumerAcceptLists in compute_service_attachment #15203

Open
IcySlurpee opened this issue Jul 17, 2023 · 1 comment
Open

Comments

@IcySlurpee
Copy link

IcySlurpee commented Jul 17, 2023

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 the issue is assigned to the "modular-magician" user, it is either in the process of being autogenerated, or is planned to be autogenerated soon. If the issue is assigned to a user, that user is claiming responsibility for the issue. If the issue is assigned to "hashibot", a community member has claimed the issue already.

Description

  • add the field consumerAcceptLists.networkUrl to google_compute_service_attachment. This will allow users to add specific VPC networks to allow lists as well as entire projects.

New or Affected Resource(s)

  • google_compute_service_attachment

Potential Terraform Configuration

resource "google_compute_service_attachment" "attachment" {
  name = var.name
  region = var.region
  description = var.description

  consumer_accept_lists {
    network_url = "projects/project-id-xxxx/regions/global/networks/network-name"
    connection_limit = var.connection_limit
  }
}

References

b/327667346

@IcySlurpee
Copy link
Author

I am interested in working on this issue.

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

4 participants