File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 88 rbac_roles_storage = [
99 " Storage Account Contributor" ,
1010 " Storage Blob Data Owner" ,
11+ " Storage Table Data Contributor" ,
1112 " Storage Queue Data Contributor"
1213 ]
1314
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ module "storage" {
2626 # Private Endpoint Configuration if enabled
2727 private_endpoint_properties = var. features . private_endpoints_enabled ? {
2828 private_dns_zone_ids_blob = [data.terraform_remote_state.hub.outputs.private_dns_zones[" ${ each . value . region_key } -storage_blob" ].id]
29+ private_dns_zone_ids_table = [data.terraform_remote_state.hub.outputs.private_dns_zones[" ${ each . value . region_key } -storage_table" ].id]
2930 private_dns_zone_ids_queue = [data.terraform_remote_state.hub.outputs.private_dns_zones[" ${ each . value . region_key } -storage_queue" ].id]
3031 private_endpoint_enabled = var.features.private_endpoints_enabled
3132 private_endpoint_subnet_id = module.subnets[" ${ module . regions_config [each . value . region_key ]. names . subnet } -pep" ].id
You can’t perform that action at this time.
0 commit comments