folder
dtoch56/folder/yandex
Yandex.Cloud folder module Creates a folder in Yandex.Cloud and folder admin user. Basic example To create a folder named my-folder in Yandex.Cloud with id xxx000xxx000xxx000xx: ``hcl module "folder" { source = "dtoch56/folder/yandex" cloud_id = "xxx000xxx000xxx000xx" folder_name = "my-folder" } ` Requirements | Name | Version | |-------------------------------------------------|----------| | terraform | >= 1.1.9 | Providers | Name | Version | |-----------------------------------------------------------------------------------------|---------| | yandex-cloud | >= 0.75 | Modules No modules. Resources | Name | Type | |-------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------
| Name | Type | Description | Default |
|---|---|---|---|
| admin_roles | list(string) | Admin user roles in the Folder | [
"admin",
"storage.admin"
] |
| cloud_id | string | Cloud that the Folder belongs to | null |
| folder_name | string | Name of the Folder | null |
| folder_description | string | A description of the Folder | "" |
| folder_labels | map(string) | A set of key/value label pairs to assign to the Folder | {
"managed-by": "terraform"
} |
folder_admin_access_keyfolder_idservice_account_id