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
Copy file name to clipboardExpand all lines: README.md
+36-30Lines changed: 36 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,30 +9,38 @@ If your Service Principal for Terraform is assigned to **"Storage Blob Data Owne
9
9
Below is an example of module usage, here you are providing users in "_adls_ro_users_" and "_adls_rw_users_" variables. After, passing this map to ADLS module.
| <a name="input_ad_groups"></a> [ad\_groups](#input\_ad\_groups) | Data which is contain mapping AD group name and GUID | `map(string)` | `{}` | no |
87
-
| <a name="input_folders"></a> [folders](#input\_folders) | Name of ADLS folders to create in root directory | `list(any)` | `[]` | no |
95
+
| <a name="input_folders_config"></a> [folders_config](#input\_folders\_config) | List of ADLS folders configuration to create | `list(object)` | `[]` | no |
88
96
| <a name="input_storage_role_assigned"></a> [storage\_role\_assigned](#input\_storage\_role\_assigned) | Is Storage Blob Data Owner Role assigned to Terraform Service Principal? Provides an ability to create File System with bash script(false) or azurerm resources(true). | `bool` | false | no |
89
97
| <a name="input_name"></a> [name](#input\_name) | Name of ADLS FS to create | `string` | n/a | yes |
90
98
| <a name="input_permissions"></a> [permissions](#input\_permissions) | List of ADLS FS permissions | `list(map(string))` | <pre>[<br> {}<br>]</pre> | no |
91
-
| <a name="input_root_dir"></a> [root\_dir](#input\_root\_dir) | Name of ADLS root directory | `string` | `"data"` | no |
92
99
| <a name="input_storage_account_id"></a> [storage\_account\_id](#input\_storage\_account\_id) | ID of storage account to create ADLS in | `string` | n/a | yes |
93
100
| <a name="input_storage_account_name"></a> [storage\_account\_name](#input\_storage\_account\_name) | Name of storage account to create ADLS in | `string` | n/a | yes |
94
101
| <a name="input_properties"></a> [properties](#input\_properties) | Map of properties | `map(string)` | `{}` | no |
@@ -99,7 +106,6 @@ No modules.
99
106
|------|-------------|
100
107
| <aname="output_id"></a> [id](#output\_id)| The ID of the Data Lake Storage Gen2 Filesystem (container ID). |
101
108
| <aname="output_name"></a> [name](#output\_name)| The name of the Data Lake Storage Gen2 Filesystem (container name). |
102
-
| <aname="output_root_path"></a> [root\_path](#output\_root\_path)| The name of the root directory. |
103
109
| <aname="output_storage_account_id"></a> [storage\_account\_id](#output\_storage\_account\_id)| The ID of the Storage Account where the Data Lake Storage Gen2 Filesystem exists. |
0 commit comments