Adding support for access control lists on the individual shares with a dynamic acl block. With support for dynamic access_policy block to set permissions.
At a customer we are using azure file sync and this will need the GhostedRecall to have Read permissions on the file share.
PR Checklist
[x] I have checked if my changes close any open issues. If so please include appropriate closing keywords below.
[x] I have performed a self-review of my own code
[x] I have made corresponding changes to the documentation
[x] My changes generate no new warnings
[x] Any dependent changes have been merged and published in downstream modules
Changes to existing Resource / Data Source
[x] I have added an explanation of what my changes do and why I'd like you to include them (This may be covered by linking to an issue above, but may benefit from additional explanation).
[x] I have made corresponding changes to the documentation
[x] I have successfully run tests with my changes locally. If not, please provide details on testing challenges that prevented you running the tests.
[x] (For changes that include a state migration only). I have manually tested the migration path between relevant versions of the provider.
Change Log
Below please provide what should go into the changelog (if anything)
azurerm_storage_share - support for the acl property
This is a (please select all that apply):
[ ] Bug Fix
[x] New Feature (ie adding a service, resource, or data source)
[x] Enhancement
[ ] Breaking change (not backwards compatible with previous releases)
Description
Adding support for access control lists on the individual shares with a dynamic acl block. With support for dynamic access_policy block to set permissions.
At a customer we are using azure file sync and this will need the GhostedRecall to have Read permissions on the file share.
PR Checklist
Changes to existing Resource / Data Source
Change Log
Below please provide what should go into the changelog (if anything)
azurerm_storage_share
- support for theacl
propertyThis is a (please select all that apply):
Related Issue(s)
Fixes #92