Skip to content

User assigned Identity option on the connector in Azure #218

Description

@bryanheo

Hello

We need to assign a user-assigned identity to the connector in Azure.
Is there an option to attach the identity to the netapp-cloudmanager_connector_azure resource?

For reference, the azurerm_virtual_machine resource provides a way to assign an identity, like this:

resource "azurerm_virtual_machine" "main" {
  name                  = "test"
  ...
  identity {
    type         = "UserAssigned"
    identity_ids = [azurerm_user_assigned_identity.example.id]
  }
}

Does something similar exist for netapp-cloudmanager_connector_azure?

Regards
Moon

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions