Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save CyprienLecallier/9c51d77bae99087eb885e04099d8d079 to your computer and use it in GitHub Desktop.
Save CyprienLecallier/9c51d77bae99087eb885e04099d8d079 to your computer and use it in GitHub Desktop.
data "azurerm_user_assigned_identity" "assigned_identity_acr_pull" {
provider = azurerm.acr_sub
name = "User_ACR_pull"
resource_group_name = "MYRG"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment