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

azurerm_linux_web_app is missing minimum_tls_version = "1.3" #25767

Open
1 task done
owingruters opened this issue Apr 26, 2024 · 0 comments
Open
1 task done

azurerm_linux_web_app is missing minimum_tls_version = "1.3" #25767

owingruters opened this issue Apr 26, 2024 · 0 comments
Labels
sdk/requires-newer-api-version This requires upgrading the version of the API being used service/app-service v/3.x

Comments

@owingruters
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

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 and review the contribution guide to help.

Terraform Version

1.4.4

AzureRM Provider Version

3.101.0

Affected Resource(s)/Data Source(s)

azurerm_linux_web_app and azurerm_windows_web_app

Terraform Configuration Files

resource "azurerm_linux_web_app" "webapp" {
  name                = var.webapp_name
  resource_group_name = var.rg_name
  location            = var.location
  service_plan_id     = azurerm_service_plan.asp.id
  
  site_config {
    minimum_tls_version = var.minimum_tls_version
  }

Debug Output/Panic Output

https://gist.github.com/owingruters/00761b18286a3fcf4c8070370d80a9f8

Expected Behaviour

TF can accept minimum_tls_version = 1.3 and sets the Azure App Service to 1.3

Actual Behaviour

see error. Max is 1.2. Azure is now supporting 1.3

Steps to Reproduce

No response

Important Factoids

No response

References

No response

@jackofallops jackofallops added the sdk/requires-newer-api-version This requires upgrading the version of the API being used label Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sdk/requires-newer-api-version This requires upgrading the version of the API being used service/app-service v/3.x
Projects
None yet
Development

No branches or pull requests

2 participants