Include reference to compute

This commit is contained in:
Dennis Eikelenboom 2021-09-17 14:33:51 -07:00 committed by GitHub
parent a9b0bd794d
commit 5173414efe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,12 +11,14 @@ Network connectivity to the workspace is allowed over public endpoints, making t
| Terraform Resource Type | Description |
| - | - |
| `azurerm_resource_group` | The resource group all resources get deployed into |
| `azurerm_application_insights` | An Azure Application Insights instance associated to the Azure Machine Learning workspace |
| `azurerm_key_vault` | An Azure Key Vault instance associated to the Azure Machine Learning workspace |
| `azurerm_storage_account` | An Azure Storage instance associated to the Azure Machine Learning workspace |
| `azurerm_container_registry` | An Azure Container Registry instance associated to the Azure Machine Learning workspace |
| `azurerm_machine_learning_workspace` | An Azure Machine Learning workspace instance |
| `azurerm_resource_group` | The resource group all resources get deployed into. |
| `azurerm_application_insights` | An Azure Application Insights instance associated to the Azure Machine Learning workspace. |
| `azurerm_key_vault` | An Azure Key Vault instance associated to the Azure Machine Learning workspace. |
| `azurerm_storage_account` | An Azure Storage instance associated to the Azure Machine Learning workspace. |
| `azurerm_container_registry` | An Azure Container Registry instance associated to the Azure Machine Learning workspace. |
| `azurerm_machine_learning_workspace` | An Azure Machine Learning workspace instance. |
| `azurerm_machine_learning_compute_instance` | An Azure Machine Learning compute instance. |
| `azurerm_machine_learning_compute_cluster` | An Azure Machine Learning compute cluster. |
## Variables