terraform/quickstart/101-managed-lustre-create-f...
github-actions[bot] 2bfc5cfbf2 Update TestRecord 2024-11-17 03:48:00 +00:00
..
TestRecord.md Update TestRecord 2024-11-17 03:48:00 +00:00
main.tf
outputs.tf
providers.tf
readme.md
variables.tf

readme.md

Azure Managed Lustre

This template deploys an Azure Managed Lustre file system.

Terraform resource types

Variables

Name Description Default value
resource_group_name_prefix Prefix of the resource group name that's combined with a random ID so name is unique in your Azure subscription. rg
resource_group_location Location of the resource group. eastus
virtual_network_name Name of the virtual network resource. ""
subnet_name Name of the virtual network subnet. ""
amlfs_name Name of the Managed Lustre file system resource. ""
amlfs_sku_name SKU name for the Azure Managed Lustre file system. Possible values are: AMLFS-Durable-Premium-40, AMLFS-Durable-Premium-125, AMLFS-Durable-Premium-250, and AMLFS-Durable-Premium-500. AMLFS-Durable-Premium-40
amlfs_storage_capacity_in_tb The size of the AML file system, in TiB. This might be rounded up. 48
amlfs_maintenance_day_of_week Day of the week on which the maintenance window will occur. Possible values are: Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, and Saturday. Saturday
amlfs_maintenance_time_of_day The time of day (in UTC) to start the maintenance window. 02:00

Example

To see how to run this example, see Create an Azure Managed Lustre file system using Terraform.