CloudNationHQ / terraform-azure-sa

Terraform module which creates storage resources used by workloads and accelerators.
https://library.tf/modules/CloudNationHQ/sa/azure/latest
MIT License
1 stars 2 forks source link

feat: add acl support on shares #93

Closed cndaan closed 3 months ago

cndaan commented 3 months ago

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)

This is a (please select all that apply):

Related Issue(s)

Fixes #92