mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
4 lines
No EOL
134 B
HCL
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
|
|
} |