nixfiles/tf/oci_compartment_bootstrap/group_membership.tf

4 lines
No EOL
134 B
HCL

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