Skip to content

Commit

Permalink
chore: ran pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-calabrese committed Oct 21, 2024
1 parent fddda49 commit 9f60aa8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cdn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ During the apply there will be 1 changed and 1 destroy related to storage see [s
| <a name="input_advanced_threat_protection_enabled"></a> [advanced\_threat\_protection\_enabled](#input\_advanced\_threat\_protection\_enabled) | n/a | `bool` | `false` | no |
| <a name="input_azuread_service_principal_azure_cdn_frontdoor_id"></a> [azuread\_service\_principal\_azure\_cdn\_frontdoor\_id](#input\_azuread\_service\_principal\_azure\_cdn\_frontdoor\_id) | Azure CDN Front Door Principal ID - Microsoft.AzureFrontDoor-Cdn | `string` | `null` | no |
| <a name="input_cdn_location"></a> [cdn\_location](#input\_cdn\_location) | If the location of the CDN needs to be different from that of the storage account, set this variable to the location where the CDN should be created. For example, cdn\_location = westeurope and location = northitaly | `string` | `null` | no |
| <a name="input_create_dns_record"></a> [create\_dns\_record](#input\_create\_dns\_record) | n/a | `bool` | `true` | no |
| <a name="input_custom_hostname_kv_enabled"></a> [custom\_hostname\_kv\_enabled](#input\_custom\_hostname\_kv\_enabled) | Flag required to enable the association between KV certificate and CDN when the hostname is different from the APEX | `bool` | `false` | no |
| <a name="input_delivery_rule"></a> [delivery\_rule](#input\_delivery\_rule) | n/a | <pre>list(object({<br> name = string<br> order = number<br><br> // start conditions<br> cookies_conditions = list(object({<br> selector = string<br> operator = string<br> match_values = list(string)<br> negate_condition = bool<br> transforms = list(string)<br> }))<br><br> device_conditions = list(object({<br> operator = string<br> match_values = string<br> negate_condition = bool<br> }))<br><br> http_version_conditions = list(object({<br> operator = string<br> match_values = list(string)<br> negate_condition = bool<br> }))<br><br> post_arg_conditions = list(object({<br> selector = string<br> operator = string<br> match_values = list(string)<br> negate_condition = bool<br> transforms = list(string)<br> }))<br><br> query_string_conditions = list(object({<br> operator = string<br> match_values = list(string)<br> negate_condition = bool<br> transforms = list(string)<br> }))<br><br> remote_address_conditions = list(object({<br> operator = string<br> match_values = list(string)<br> negate_condition = bool<br> }))<br><br> request_body_conditions = list(object({<br> operator = string<br> match_values = list(string)<br> negate_condition = bool<br> transforms = list(string)<br> }))<br><br> request_header_conditions = list(object({<br> selector = string<br> operator = string<br> match_values = list(string)<br> negate_condition = bool<br> transforms = list(string)<br> }))<br><br> request_method_conditions = list(object({<br> operator = string<br> match_values = list(string)<br> negate_condition = bool<br> }))<br><br> request_scheme_conditions = list(object({<br> operator = string<br> match_values = string<br> negate_condition = bool<br> }))<br><br> request_uri_conditions = list(object({<br> operator = string<br> match_values = list(string)<br> negate_condition = bool<br> transforms = list(string)<br> }))<br><br> url_file_extension_conditions = list(object({<br> operator = string<br> match_values = list(string)<br> negate_condition = bool<br> transforms = list(string)<br> }))<br><br> url_file_name_conditions = list(object({<br> operator = string<br> match_values = list(string)<br> negate_condition = bool<br> transforms = list(string)<br> }))<br><br> url_path_conditions = list(object({<br> operator = string<br> match_values = list(string)<br> negate_condition = bool<br> transforms = list(string)<br> }))<br> // end conditions<br><br> // start actions<br> cache_expiration_actions = list(object({<br> behavior = string<br> duration = string<br> }))<br><br> cache_key_query_string_actions = list(object({<br> behavior = string<br> parameters = string<br> }))<br><br> modify_request_header_actions = list(object({<br> action = string<br> name = string<br> value = string<br> }))<br><br> modify_response_header_actions = list(object({<br> action = string<br> name = string<br> value = string<br> }))<br><br> url_redirect_actions = list(object({<br> redirect_type = string<br> protocol = string<br> hostname = string<br> path = string<br> fragment = string<br> query_string = string<br> }))<br><br> url_rewrite_actions = list(object({<br> source_pattern = string<br> destination = string<br> preserve_unmatched_path = string<br> }))<br> // end actions<br> }))</pre> | `[]` | no |
| <a name="input_delivery_rule_redirect"></a> [delivery\_rule\_redirect](#input\_delivery\_rule\_redirect) | n/a | <pre>list(object({<br> name = string<br> order = number<br> operator = string<br> match_values = list(string)<br> url_redirect_action = object({<br> redirect_type = string<br> protocol = string<br> hostname = string<br> path = string<br> fragment = string<br> query_string = string<br> })<br> }))</pre> | `[]` | no |
Expand Down

0 comments on commit 9f60aa8

Please sign in to comment.