Skip to content
This repository was archived by the owner on Oct 31, 2019. It is now read-only.

Commit a2d8cc1

Browse files
garthyjlamillan
authored andcommitted
add File Storage Service policy to the provisioner
1 parent 80522e4 commit a2d8cc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

identity/volume_provisioner_user.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,6 @@ resource "oci_identity_policy" "volume_provisioner_policy" {
3030
description = "${var.label_prefix}volume_provisioner_group policy"
3131
statements = [
3232
"Allow group id ${oci_identity_group.volume_provisioner_group.id} to manage volumes in compartment id ${var.compartment_ocid}",
33+
"Allow group id ${oci_identity_group.volume_provisioner_group.id} to manage file-systems in compartment id ${var.compartment_ocid}",
3334
]
3435
}

0 commit comments

Comments
 (0)