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
| <aname="input_default_to_oauth_authentication"></a> [default\_to\_oauth\_authentication](#input\_default\_to\_oauth\_authentication)| (Optional) Default to Azure Active Directory authorization in the Azure portal when accessing the Storage Account. The default value is `false`|`bool`|`false`| no |
532
532
| <aname="input_dns_zone_ids"></a> [dns\_zone\_ids](#input\_dns\_zone\_ids)| A Map of DNS zone ids from the private DNS zones module, dns\_zone name is the key | <pre>map(object({<br> name = string<br> id = string<br> }))</pre> |`{}`| no |
533
533
| <aname="input_edge_zone"></a> [edge\_zone](#input\_edge\_zone)| (Optional) Specifies the Edge Zone within the Azure Region where this Storage Account should exist. Changing this forces a new Storage Account to be created. |`string`|`null`| no |
534
-
| <aname="input_enable_https_traffic_only"></a> [enable\_https\_traffic\_only](#input\_enable\_https\_traffic\_only)| (Optional) Boolean flag which forces HTTPS if enabled, see here for more information. Defaults to true. |`bool`|`true`| no |
535
534
| <aname="input_enable_private_networking"></a> [enable\_private\_networking](#input\_enable\_private\_networking)| Declare whether Private Networking should be leveraged (VNet integration and Private Endpoints). |`bool`|`false`| no |
535
+
| <aname="input_enable_https_traffic_only"></a> [https\_traffic\_only\_enabled](#input\_https\_traffic\_only\_enabled)| (Optional) Boolean flag which forces HTTPS if enabled, see here for more information. Defaults to true. |`bool`|`true`| no |
536
536
| <aname="input_identity"></a> [identity](#input\_identity)| - `identity_ids` - (Optional) Specifies a list of User Assigned Managed Identity IDs to be assigned to this Storage Account.<br>- `type` - (Required) Specifies the type of Managed Service Identity that should be configured on this Storage Account. Possible values are `SystemAssigned`, `UserAssigned`, `SystemAssigned, UserAssigned` (to enable both). | <pre>object({<br> identity_ids = optional(map(string))<br> type = string<br> })</pre> |`null`| no |
537
537
| <a name="input_immutability_policy"></a> [immutability\_policy](#input\_immutability\_policy) | - `allow_protected_append_writes` - (Required) When enabled, new blocks can be written to an append blob while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted.<br>- `period_since_creation_in_days` - (Required) The immutability period for the blobs in the container since the policy creation, in days.<br>- `state` - (Required) Defines the mode of the policy. `Disabled` state disables the policy, `Unlocked` state allows increase and decrease of immutability retention time and also allows toggling allowProtectedAppendWrites property, `Locked` state only allows the increase of the immutability retention time. A policy can only be created in a Disabled or Unlocked state and can be toggled between the two states. Only a policy in an Unlocked state can transition to a Locked state which cannot be reverted. | <pre>object({<br> allow_protected_append_writes = bool<br> period_since_creation_in_days = number<br> state = string<br> })</pre> | `null` | no |
538
538
| <aname="input_infrastructure_encryption_enabled"></a> [infrastructure\_encryption\_enabled](#input\_infrastructure\_encryption\_enabled)| (Optional) Is infrastructure encryption enabled? Changing this forces a new resource to be created. Defaults to false. |`bool`|`false`| no |
0 commit comments