mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat(oci): add admin policy
This commit is contained in:
parent
3711cf0255
commit
0505f506d2
10 changed files with 244 additions and 12 deletions
4
tf/oci_compartment_bootstrap/group_membership.tf
Normal file
4
tf/oci_compartment_bootstrap/group_membership.tf
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
resource "oci_identity_user_group_membership" "this" {
|
||||
user_id = oci_identity_user.this.id
|
||||
group_id = oci_identity_group.this.id
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue