We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bddb5a8 commit 3cf8e43Copy full SHA for 3cf8e43
auto_policy_testing/green/api/key_vault.tf
@@ -25,7 +25,7 @@ resource "azurerm_key_vault_access_policy" "api" {
25
26
27
resource "azurerm_key_vault_certificate" "this" {
28
- name = "green-apimgmt-cert"
+ name = "green-apimgmt-cert${random_integer.apimgmt_num.result}"
29
key_vault_id = data.terraform_remote_state.common.outputs.key_vault_id
30
31
certificate_policy {
auto_policy_testing/green/common_resources/storage.tf
@@ -6,7 +6,7 @@ resource "azurerm_storage_account" "this" {
6
account_tier = "Standard"
7
account_kind = "StorageV2"
8
account_replication_type = "LRS"
9
- enable_https_traffic_only = true
+ https_traffic_only_enabled = true
10
11
tags = module.naming.default_tags
12
}
0 commit comments