Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module failed when creating BlockBlobStorage type #74

Open
pachr opened this issue Jun 17, 2024 · 0 comments
Open

Module failed when creating BlockBlobStorage type #74

pachr opened this issue Jun 17, 2024 · 0 comments

Comments

@pachr
Copy link

pachr commented Jun 17, 2024

Hello,

I'm trying to create a BlockBlobStorage account type.

I got an error because the parameter access_tier seems to be a required parameter in this module:

image

In the AzureRM provider,the access_tier parameter is "Only valid for FileStorage, BlobStorage & StorageV2 accounts, defaults to "Hot" in create function":
https://github.com/hashicorp/terraform-provider-azurerm/pull/24496/files

Should we put access_tier as optional?

If I comment out this line: https://github.com/Azure-Terraform/terraform-azurerm-storage-account/blob/main/main.tf#L14 the terraform plan is ok when I try to create BlockBlobStorage storage account type.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant