Terraform-provider-azurerm: Please support custom headers

Created on 6 May 2020  路  7Comments  路  Source: terraform-providers/terraform-provider-azurerm

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

Description

Custom headers were added in azure cli in https://github.com/Azure/azure-cli-extensions/pull/1104.

It would be great if terraform allowed passing through custom headers.

My particular usecase is selecting Ubuntu 18.04 for AKS:
https://docs.microsoft.com/en-au/azure/aks/cluster-configuration#os-configuration-preview

enhancement servickubernetes-cluster

Most helpful comment

As well as Ubuntu 18.04 I'd also like to test all of the below which require the ability to pass custom headers:

xref: #7947

All 7 comments

is there some way of passing this through before its fully supported?

As well as Ubuntu 18.04 I'd also like to test all of the below which require the ability to pass custom headers:

xref: #7947

Interesting/relevant? comment in the AKS repo:

We'll be making a few additional options so you're able to try these previews that don't land on the API via ARM too. Stay tuned on the next few weeks.

Hi.. do we have any updates for adding custom header?

Do we have an update on aks-custom-headers support? We have a use-case for enabling UltraSSD's as part of our provisioning:

--aks-custom-headers EnableUltraSSD=true 

I'm also looking for an update on this issue. Deploying AKS version 1.18.8 using Terraform still deploys Ubuntu 16.04. Looking for an option to deploy AKS version 1.18.8 with Ubuntu 18.04.

At least for the OS disk type, it has been implemented in #9166.

Was this page helpful?
0 / 5 - 0 ratings