Skip to content

Commit

Permalink
Remove unused test method
Browse files Browse the repository at this point in the history
Signed-off-by: Sune Keller <absukl@almbrand.dk>
  • Loading branch information
sirlatrom committed Jun 9, 2020
1 parent cb34e85 commit 7c53815
Showing 1 changed file with 0 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -249,19 +249,3 @@ resource "azurerm_key_vault_certificate_issuer" "test" {
}
`, data.RandomInteger, data.Locations.Primary, data.RandomString, data.RandomString)
}

func testAccAzureRMKeyVaultCertificateIssuer_requiresImport(data acceptance.TestData) string {
template := testAccAzureRMKeyVaultCertificateIssuer_basic(data)
return fmt.Sprintf(`
%s
resource "azurerm_key_vault_certificate_issuer" "import" {
name = "acctestKVCI-%[2]d"
key_vault_id = azurerm_key_vault.test.id
account_id = "test-account"
password = "test-password"
org_id = "test-org"
provider_name = "DigiCert"
}
`, template, data.RandomInteger)
}

0 comments on commit 7c53815

Please sign in to comment.