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

Enhancement: Add google_compute_region_backend_service data source. #17102

Open
kalenarndt opened this issue Jan 25, 2024 · 1 comment · May be fixed by GoogleCloudPlatform/magic-modules#13305

Comments

@kalenarndt
Copy link

kalenarndt commented Jan 25, 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 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

The provider doesn't have a data source for a google_compute_region_backend_service but has one for google_compute_backend_service. An additional data source should be added to support regional services

New or Affected Resource(s)

data.google_compute_region_backend_service

Potential Terraform Configuration

data "google_compute_region_backend_service" "regional" {
  for_each = var.google_region_backend_services
  
  name = each.value.name
}

References

None that I could find

@kalenarndt kalenarndt changed the title Enhancement: Add google_compute_regional_backend_service data source. Enhancement: Add google_compute_region_backend_service data source. Jan 25, 2024
@rileykarson rileykarson added this to the Goals milestone Jan 29, 2024
@z15alall
Copy link

z15alall commented Jun 21, 2024

Hi,
Any update on that ?

There is datasource for google_compute_region_backend_service_iam_policy but not for google_compute_region_backend_service.

We use datasource google_compute_backend_service in our stack an for implementing internal LB we need also the regional datasource (google_compute_region_backend_service) due to this issue : #4543

image

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

Successfully merging a pull request may close this issue.

4 participants