Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff committed Feb 24, 2020
1 parent d7c87e2 commit fb837ad
Showing 1 changed file with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,11 +184,11 @@ func testAccAzureRMStorageAccountCustomerManagedKey_updated(data acceptance.Test
%s
resource "azurerm_key_vault_key" "second" {
name = "second"
key_vault_id = azurerm_key_vault.test.id
key_type = "RSA"
key_size = 2048
key_opts = ["decrypt", "encrypt", "sign", "unwrapKey", "verify", "wrapKey"]
name = "second"
key_vault_id = azurerm_key_vault.test.id
key_type = "RSA"
key_size = 2048
key_opts = ["decrypt", "encrypt", "sign", "unwrapKey", "verify", "wrapKey"]
depends_on = [
azurerm_key_vault_access_policy.client,
Expand Down Expand Up @@ -251,11 +251,11 @@ resource "azurerm_key_vault_access_policy" "client" {
}
resource "azurerm_key_vault_key" "first" {
name = "first"
key_vault_id = azurerm_key_vault.test.id
key_type = "RSA"
key_size = 2048
key_opts = ["decrypt", "encrypt", "sign", "unwrapKey", "verify", "wrapKey"]
name = "first"
key_vault_id = azurerm_key_vault.test.id
key_type = "RSA"
key_size = 2048
key_opts = ["decrypt", "encrypt", "sign", "unwrapKey", "verify", "wrapKey"]
depends_on = [
azurerm_key_vault_access_policy.client,
Expand Down

0 comments on commit fb837ad

Please sign in to comment.