Skip to content

Commit

Permalink
Update iam.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiraalA authored Apr 2, 2024
1 parent 511e63b commit c28147e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iam.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resource "oci_identity_dynamic_group" "compute_dynamic_group" {
resource "oci_identity_domains_dynamic_resource_group" "compute_dynamic_group" {
compartment_id = var.compartment_ocid
description = "Dynamic group which contains all instance in this compartment"
matching_rule = "All {instance.compartment.id = '${var.compartment_ocid}'}"
Expand Down

0 comments on commit c28147e

Please sign in to comment.