Closed gro1m closed 3 years ago
Split into 3 separate issues (for clarity of reference and because resources can be developed independently of each other)
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks!
Community Note
Description
Azure offers the following compute resources to train Machine Learning models:
A general description can be found here: https://docs.microsoft.com/en-us/azure/machine-learning/how-to-create-attach-compute-studio. Would be cool if these resources were to provided via Terraform (but probably also a huge effort)
New or Affected Resource(s)
Potential Terraform Configuration
It is of course disputable if the ability to even submit a run to a compute instance can or shall be covered by iac, if it is feasible and if this should be included in the same resource. This refers to the
initial_run_status
and therun_configuration
parameter.It is of course disputable if the ability to even submit a run to a compute instance is still to be covered by iac, if it is feasible and if this should be included in the same resource. This refers again to the
initial_run_status
and therun_configuration
parameter.Question: How much of Azure Kubernetes cluster configuration could be reused here, i.e. from azurerm_kubernetes_cluster and azurerm_kubernetes_cluster_node_pool resources and data sources? It does not seem sensible to me to redo another AKS redefinition in this resource anymore, but unfortunately I am not sure on to how much would be needed here apart from specific naming and model-specific configurations.
References