-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
azurerm_front_door - Add minimum_tls_version property (#5539)
* r/front_door - Add minimum_tls_version property * r/frontdoor Make default min TLS version 1.0 until v2.0 * r/frontdoor: Make minimum_tls_version computed This updates the behavior to better fit with the Portal experience. Existing frontends will continue to use TLS 1.0 while new frontends will use TLS 1.2 as the minimum * Revert azurerm_frontdoor 2.0 upgrade note * r/frontdoor: Remove minimum_tls_version from docs That attribute is now calculated so it should not be set by the user * Added test case for custom https * Fixed test HCL formatting * Fixed test fmt lint issue * Fix test lint error * Added minimum tls to documentation Co-authored-by: WS <20408400+WodansSon@users.noreply.github.com>
- Loading branch information
1 parent
c2d8186
commit c7ca773
Showing
3 changed files
with
177 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters