Skip to content

analytics/machine_learning_compute_instance

Overview

This page documents the Terraform module implementation, key configuration surfaces, and how it integrates with CAF.

Dependency diagram (Mermaid)

graph TD azurecaf_name.mlci["azurecaf_name.mlci"] azurerm_machine_learning_compute_instance.mlci["azurerm_machine_learning_compute_instance.mlci"] azurerm_machine_learning_compute_instance.mlci --> azurecaf_name.mlci

Module Reference

Category: analytics
Path: modules/analytics/machine_learning_compute_instance
Azure Resources: azurecaf_name, azurerm_machine_learning_compute_instance

Inputs

Name Description Type Required Default Validation
global_settings Global settings object (see module README.md) any yes - -
client_config Client configuration object (see module README.md). any yes - -
settings (Required) Used to handle passthrough paramenters. any yes - -
remote_objects Remote objects configuration. any no {} -
location (Required) Specifies the supported Azure location where to create the resource. Changing this forces a new resource t... string yes - -
base_tags Base tags for the resource to be inherited from the resource group. map(any) no {} -

Outputs

Name Description Sensitive Value
id The ID of the Machine Learning Compute Instance. - azurerm_machine_learning_compute_instance.mlci.id
identity An identity block as defined below, which contains the Managed Service Identity information for this Machine Learni... - try(azurerm_machine_learning_compute_instance.mlci.identity, null)
ssh An ssh block as defined below, which specifies policy and settings for SSH access for this Machine Learning Compute... - azurerm_machine_learning_compute_instance.mlci.ssh
rbac_id The rbac_id of the Machine Learning Compute Instance for role assignments. - try(azurerm_machine_learning_compute_instance.mlci.identity[0].principal_id, null)

Sources

  • modules/analytics/machine_learning_compute_instance/locals.tf
  • modules/analytics/machine_learning_compute_instance/main.tf
  • modules/analytics/machine_learning_compute_instance/managed_identities.tf
  • modules/analytics/machine_learning_compute_instance/module.tf
  • modules/analytics/machine_learning_compute_instance/outputs.tf
  • modules/analytics/machine_learning_compute_instance/variables.tf