File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments