│ Warning: Argument is deprecated
│...
│ on .terraform/modules/stack_genesis.log_analytics.storage_logs/r-storage-account.tf line 20, in resource "azurerm_storage_account" "storage":
│ 20: enable_https_traffic_only = var.nfsv3_enabled ? false : var.https_traffic_only_enabled
│
│ The property `enable_https_traffic_only` has been superseded by `https_traffic_only_enabled` and will be removed in v4.0 of the AzureRM Provider.
I'm opening this issue as reminder to update this module - I will try to submit PR after summer holidays period.
Community Note
Description
https://github.com/claranet/terraform-azurerm-storage-account/blob/506e7cb6851fc92e681adcd9b2463750d6c0ac5f/r-storage-account.tf#L20
triggers the deprecation warning:
I'm opening this issue as reminder to update this module - I will try to submit PR after summer holidays period.
New or Affected Resource(s)/Data Source(s)
azurerm_storage_account
Potential Terraform Configuration
No response
References