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

Support configurable HTTP header in magic module #16331

Assignees
Labels
mmv1-generator Provider-wide changes to resource templates or other generator changes service/terraform size/m technical-debt
Milestone

Comments

@pl04351820
Copy link

pl04351820 commented Oct 23, 2023

Background

Terraform is using HTTP to access google services. There is no native custom header support in MMv1.

What kind of contribution is this issue about?

  • MMv1-based resource

Related PR(s), if any:

Details

Current Status: Terraform is using HTTP to access google services. There is no native custom header support in MMv1. Service integration needs to be built with handwritten format for adopting custom header (For example: HTTP header in GCS[1]). It would be helpful to support this in yaml style TF resource (in magic module) so it's easier to add support like #15550.

[1] https://github.com/hashicorp/terraform-provider-google/blob/main/google/services/storage/resource_storage_bucket_object.go

References

  • b/328466511
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 May 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.