You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 comments along the lines of "+1", "me too" or "any updates", 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.
Error: expected site_config.0.minimum_tls_version to be one of ["1.0""1.1""1.2"], got 1.3
│
│ with module.sciops-jiraticketaudit-linuxfuncapp.azurerm_linux_function_app_slot.linuxfuncapp-staging-c[0],
│ on ..\..\patterns\components\function_app\resources.tf line 739, in resource "azurerm_linux_function_app_slot""linuxfuncapp-staging-c":
│ 739: minimum_tls_version = "1.3"
│
Expected Behaviour
Successful apply
Actual Behaviour
azurerm_linux_function_app_slot should apply TLS version 1.3, same as azurerm_linux_function_app. I am able to manually set the TLS to version 1.3 in the staging slot via clickops:
Steps to Reproduce
terraform apply
Important Factoids
No
References
No response
The text was updated successfully, but these errors were encountered:
I just submitted a PR (#28016) for this issue, it's still draft as the tests are in progress. You can subscribe it to keep track, once it merged and released this should be supported.
For any further questions please leave comments.
Thanks.
Is there an existing issue for this?
Community Note
Terraform Version
1.9.8
AzureRM Provider Version
4.9.0
Affected Resource(s)/Data Source(s)
azurerm_linux_function_app_slot
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
Successful apply
Actual Behaviour
azurerm_linux_function_app_slot should apply TLS version 1.3, same as azurerm_linux_function_app. I am able to manually set the TLS to version 1.3 in the staging slot via clickops:
Steps to Reproduce
terraform apply
Important Factoids
No
References
No response
The text was updated successfully, but these errors were encountered: