Skip to content

Commit 64740e1

Browse files
authored
Merge pull request #36 from hyder/issue-33
duplicate label prefix in bastion notification
2 parents d2e5a54 + 2f595a1 commit 64740e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

locals.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ locals {
4242
notification_enabled = var.oci_base_bastion.notification_enabled
4343
notification_endpoint = var.oci_base_bastion.notification_endpoint
4444
notification_protocol = var.oci_base_bastion.notification_protocol
45-
notification_topic = "${var.oci_base_general.label_prefix}-${var.oci_base_bastion.notification_topic}"
45+
notification_topic = var.oci_base_bastion.notification_topic
4646
}
4747

4848
oci_admin_network = {
@@ -69,6 +69,6 @@ locals {
6969
notification_enabled = var.oci_base_admin.notification_enabled
7070
notification_endpoint = var.oci_base_admin.notification_endpoint
7171
notification_protocol = var.oci_base_admin.notification_protocol
72-
notification_topic = "${var.oci_base_general.label_prefix}-${var.oci_base_admin.notification_topic}"
72+
notification_topic = var.oci_base_admin.notification_topic
7373
}
7474
}

0 commit comments

Comments
 (0)