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
Terraform sees the code as valid and applies it because the API supports it (verified with az storage fs access set --group '$superuser' ...).
Actual Behaviour
Error: expected "owner" to be a valid UUID, got $superuser
Error: expected "group" to be a valid UUID, got $superuser
I'm not sure though if this behavior intentional, I'm just trying to replicate infrastructure set up by Bash scripts in Terraform code 1:1 without changing anything.
Steps to Reproduce
terraform apply
The text was updated successfully, but these errors were encountered:
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Community Note
Terraform (and AzureRM Provider) Version
Affected Resource(s)
azurerm_storage_data_lake_gen2_filesystem
azurerm_storage_data_lake_gen2_path
Terraform Configuration Files
Expected Behaviour
Terraform sees the code as valid and applies it because the API supports it (verified with
az storage fs access set --group '$superuser' ...
).Actual Behaviour
I'm not sure though if this behavior intentional, I'm just trying to replicate infrastructure set up by Bash scripts in Terraform code 1:1 without changing anything.
Steps to Reproduce
terraform apply
The text was updated successfully, but these errors were encountered: