Azure / terraform

Source code for the Azure Marketplace Terraform development VM package.
MIT License
718 stars 804 forks source link

101-machine-learning - update the settings of random_string #271

Closed neil-yechenwei closed 11 months ago

neil-yechenwei commented 11 months ago

Currently, the settings of random_string would generate a values starts with number but azurerm_machine_learning_compute_instance doesn't allow it. So I updated the settings of random_string for azurerm_machine_learning_compute_instance.

image