Skip to content

Commit 3cf8e43

Browse files
committed
skip: update CI 214
1 parent bddb5a8 commit 3cf8e43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

auto_policy_testing/green/api/key_vault.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ resource "azurerm_key_vault_access_policy" "api" {
2525

2626

2727
resource "azurerm_key_vault_certificate" "this" {
28-
name = "green-apimgmt-cert"
28+
name = "green-apimgmt-cert${random_integer.apimgmt_num.result}"
2929
key_vault_id = data.terraform_remote_state.common.outputs.key_vault_id
3030

3131
certificate_policy {

auto_policy_testing/green/common_resources/storage.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ resource "azurerm_storage_account" "this" {
66
account_tier = "Standard"
77
account_kind = "StorageV2"
88
account_replication_type = "LRS"
9-
enable_https_traffic_only = true
9+
https_traffic_only_enabled = true
1010

1111
tags = module.naming.default_tags
1212
}

0 commit comments

Comments
 (0)