Skip to content

Commit

Permalink
Fix bad merge of datasources list
Browse files Browse the repository at this point in the history
Signed-off-by: Sune Keller <[email protected]>
  • Loading branch information
sirlatrom committed Jun 23, 2020
1 parent c6057d9 commit 46f1f9f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions azurerm/internal/services/keyvault/registration.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ func (r Registration) SupportedDataSources() map[string]*schema.Resource {
"azurerm_key_vault_key": dataSourceArmKeyVaultKey(),
"azurerm_key_vault_secret": dataSourceArmKeyVaultSecret(),
"azurerm_key_vault": dataSourceArmKeyVault(),
"azurerm_key_vault_access_policy": dataSourceArmKeyVaultAccessPolicy(),
"azurerm_key_vault_key": dataSourceArmKeyVaultKey(),
"azurerm_key_vault_secret": dataSourceArmKeyVaultSecret(),
"azurerm_key_vault_certificate_issuer": dataSourceArmKeyVaultCertificateIssuer(),
"azurerm_key_vault": dataSourceArmKeyVault(),
}
}

Expand Down

0 comments on commit 46f1f9f

Please sign in to comment.