Azure / terraform-azurerm-avm-res-storage-storageaccount

This Terraform module is designed to create Azure Storage Accounts and its related resources, including blob containers, queues, tables, and file shares. It also supports the creation of a storage account private endpoint which provides secure and direct connectivity to Azure Storage over a private network.
https://registry.terraform.io/modules/Azure/avm-res-storage-storageaccount
MIT License
19 stars 27 forks source link

BUG - enable https traffic only is being deprecated #135

Closed cshea-msft closed 1 month ago

cshea-msft commented 1 month ago

Is there an existing issue for this?

Greenfield/Brownfield provisioning

brownfield

Terraform Version

1.3

Module Version

0.2.1

AzureRM Provider Version

3.71.0

Affected Resource(s)/Data Source(s)

azurerm_storage account

Terraform Configuration Files

run storage avm module

tfvars variables values

n/a

Debug Output/Panic Output

n/a

Expected Behaviour

No response

Actual Behaviour

╷ │ Warning: Argument is deprecated │ │ with module.storage.azurerm_storage_account.this, │ on .terraform\modules\storage\main.tf line 17, in resource "azurerm_storage_account" "this": │ 17: enable_https_traffic_only = var.enable_https_traffic_only │ │ 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. │ │ (and one more similar warning elsewhere)

Steps to Reproduce

No response

Important Factoids

No response

References

No response

chinthakaru commented 1 month ago

@cshea-msft Thanks for the notifying this. This has been fixed with the above mentioned PR.