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

Add tests.headers to google_compute_url_map #19237

Closed
segevfiner opened this issue Aug 23, 2024 · 3 comments
Closed

Add tests.headers to google_compute_url_map #19237

segevfiner opened this issue Aug 23, 2024 · 3 comments

Comments

@segevfiner
Copy link

segevfiner commented Aug 23, 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

A google_compute_url_map test can specify custom headers, but the field is currently missing from the provider.

New or Affected Resource(s)

  • google_compute_url_map

Potential Terraform Configuration

resource "google_compute_url_map" {
test {
    service = google_compute_backend_bucket.static.id
    host    = "example.com"
    path    = "/home"
    headers = [
      {
        name = "User-Agent"
        value = "Banana/1.0"
      }
    ]
  }

References

https://cloud.google.com/compute/docs/reference/rest/v1/urlMaps

pulumi/pulumi-gcp#2337

b/362278389

@github-actions github-actions bot added forward/review In review; remove label to forward service/compute-l7-load-balancer labels Aug 23, 2024
@melinath melinath added size/s and removed forward/review In review; remove label to forward labels Aug 26, 2024
@melinath melinath added this to the Goals milestone Aug 26, 2024
@pawelJas
Copy link

pawelJas commented Aug 27, 2024

dupilcate to: #9536

@melinath could you please close that one as the duplicate. Our team has started work on it and will be tracked in:
#9536

@melinath
Copy link
Collaborator

@pawelJas thanks for catching that!

Closing as duplicate of #9536.

@melinath melinath closed this as not planned Won't fix, can't repro, duplicate, stale Aug 27, 2024
Copy link

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 27, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants