Skip to content

Commit

Permalink
Please tflint
Browse files Browse the repository at this point in the history
Signed-off-by: Sune Keller <absukl@almbrand.dk>
  • Loading branch information
sirlatrom committed May 13, 2020
1 parent 31e4993 commit 70d8688
Showing 1 changed file with 5 additions and 5 deletions.
Expand Up @@ -636,7 +636,7 @@ resource "azurerm_api_management" "test" {
resource_group_name = azurerm_resource_group.test.name
publisher_name = "pub1"
publisher_email = "pub1@email.com"
sku_name = "Developer_1"
sku_name = "Developer_1"
identity {
type = "SystemAssigned"
}
Expand Down Expand Up @@ -696,7 +696,7 @@ resource "azurerm_key_vault_access_policy" "test2" {
]
}
resource "azurerm_key_vault_certificate" "test" {
depends_on = [azurerm_key_vault_access_policy.test]
depends_on = [azurerm_key_vault_access_policy.test]
name = "acctestKVCert-%[3]d"
key_vault_id = azurerm_key_vault.test.id
certificate_policy {
Expand Down Expand Up @@ -738,7 +738,7 @@ resource "azurerm_api_management" "test" {
resource_group_name = azurerm_resource_group.test.name
publisher_name = "pub1"
publisher_email = "pub1@email.com"
sku_name = "Developer_1"
sku_name = "Developer_1"
identity {
type = "SystemAssigned"
}
Expand Down Expand Up @@ -806,7 +806,7 @@ resource "azurerm_key_vault_access_policy" "test2" {
]
}
resource "azurerm_key_vault_certificate" "test" {
depends_on = [azurerm_key_vault_access_policy.test]
depends_on = [azurerm_key_vault_access_policy.test]
name = "acctestKVCert-%[3]d"
key_vault_id = azurerm_key_vault.test.id
certificate_policy {
Expand Down Expand Up @@ -848,7 +848,7 @@ resource "azurerm_api_management" "test" {
resource_group_name = azurerm_resource_group.test.name
publisher_name = "pub1"
publisher_email = "pub1@email.com"
sku_name = "Developer_1"
sku_name = "Developer_1"
identity {
type = "SystemAssigned"
}
Expand Down

0 comments on commit 70d8688

Please sign in to comment.