Skip to content

Commit 6330814

Browse files
committed
chore: change var logging subscription name to default value
1 parent 972b3be commit 6330814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kit/azure/logging/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ data "azurerm_subscription" "current" {
55
# add a name to the existing subscription
66
resource "azurerm_subscription" "logging" {
77
subscription_id = data.azurerm_subscription.current.subscription_id
8-
subscription_name = "${var.cloudfoundation}-logging"
8+
subscription_name = var.logging_subscription_name
99
}
1010

1111
resource "azurerm_management_group_subscription_association" "logging" {

0 commit comments

Comments
 (0)