microsoft / AzureTRE

An accelerator to help organizations build Trusted Research Environments on Azure.
https://microsoft.github.io/AzureTRE
MIT License
178 stars 135 forks source link

Azure ML template uses deprecated Terraform #3786

Open SvenAelterman opened 9 months ago

SvenAelterman commented 9 months ago

Describe the bug

While building the Azure ML template, I received this Terraform warning:

│ Warning: Deprecated attribute
│ 
│   on main.tf line 23, in resource "azurerm_machine_learning_workspace" "aml_workspace":
│   23:       public_access_behind_virtual_network_enabled
│ 
│ The attribute "public_access_behind_virtual_network_enabled" is deprecated. Refer to the provider documentation for details.

Azure TRE release version (e.g. v0.14.0 or main): v0.15.2

Deployed Azure TRE components - click the (i) in the UI: UI Version: 0.5.15 API Version: 0.15.17

tim-allen-ck commented 4 months ago

3919