nixfiles/tf/oci_compartment_bootstrap/group_membership.tf
2025-07-13 05:10:57 -07:00

4 lines
No EOL
135 B
HCL

resource "oci_identity_user_group_membership" "this" {
user_id = oci_identity_user.this.id
group_id = oci_identity_group.this.id
}