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 3e21831 commit ff5e3faCopy full SHA for ff5e3fa
ons.tf
@@ -25,7 +25,7 @@ resource "oci_ons_subscription" "bastion_notification" {
25
resource "oci_identity_dynamic_group" "bastion_notification" {
26
provider = oci.home
27
28
- compartment_id = var.tenancy_id
+ compartment_id = var.root_compartment_id
29
depends_on = [oci_core_instance.bastion]
30
description = "dynamic group to allow bastion to send notifications to ONS"
31
matching_rule = "ALL {instance.id = '${join(",", data.oci_core_instance.bastion.*.id)}'}"
0 commit comments