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

Incorrect minimum version set in Azurerm provider #143

Closed shanepeckham closed 1 month ago

shanepeckham commented 1 month ago

Is there an existing issue for this?

Greenfield/Brownfield provisioning

greenfield

Terraform Version

1.9.4

Module Version

0.2.2

AzureRM Provider Version

3.112.0

Affected Resource(s)/Data Source(s)

azurerm_storage_account

Terraform Configuration Files

Fails on the example

tfvars variables values

Same as examples

Debug Output/Panic Output

https_traffic_only_enabled "unsupported argument" error
Running the pattern module default example, I got an https_traffic_only_enabled "unsupported argument" error. Has anyone run into this? I got around it by deleting line 14 of examples/default/.terraform/modules/test.aml.avm_res_storage_storageaccount/main.tf:

https_traffic_only_enabled       = var.https_traffic_only_enabled

Expected Behaviour

This is a valid variable and the storage account should be created

Actual Behaviour

https_traffic_only_enabled "unsupported argument" error Running the pattern module default example, I got an https_traffic_only_enabled "unsupported argument" error. Has anyone run into this? I got around it by deleting line 14 of examples/default/.terraform/modules/test.aml.avm_res_storage_storageaccount/main.tf:

https_traffic_only_enabled = var.https_traffic_only_enabled

Steps to Reproduce

azurerm version 3.112.0 is installed terraform init && terraform apply with the example

Important Factoids

No response

References

https://github.com/hashicorp/terraform-provider-azurerm/blob/main/CHANGELOG.md#31140-august-01-2024 terraform-provider-azurerm/CHANGELOG.md at main · hashicorp/terraform-provider-azurerm (github.com)

There was a change in 3.114.0 that changed the name of the variable https_traffic_only_enabled so the minimum requirement for version should be 3.114.0