如何使用 terraform 为 Azure 应用程序网关设置密码套件
How can i set cipher suites for a Azure Application gateway with terraform
如何使用 terraform 为 Azure 应用程序网关设置密码套件?我没有找到元素
根据this template you need to define an sslPolicy
property for the application gateway, which is missing in terraform. you can only choose ssl protocols to use: https://www.terraform.io/docs/providers/azurerm/r/application_gateway.html#disabled_ssl_protocols
github 要跟踪的问题:https://github.com/terraform-providers/terraform-provider-azurerm/issues/1536
如何使用 terraform 为 Azure 应用程序网关设置密码套件?我没有找到元素
根据this template you need to define an sslPolicy
property for the application gateway, which is missing in terraform. you can only choose ssl protocols to use: https://www.terraform.io/docs/providers/azurerm/r/application_gateway.html#disabled_ssl_protocols
github 要跟踪的问题:https://github.com/terraform-providers/terraform-provider-azurerm/issues/1536