File tree Expand file tree Collapse file tree
templates/Resource_Manager_Template Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -122,7 +122,8 @@ resource "oci_identity_policy" "fcs_inventory_policy_without_domains" {
122122 " Allow group ${ var . group_name } to inspect orm-stacks in tenancy" ,
123123 " Allow group ${ var . group_name } to read instances in tenancy" ,
124124 " Allow group ${ var . group_name } to read buckets in tenancy" ,
125- " Allow group ${ var . group_name } to read vcns in tenancy"
125+ " Allow group ${ var . group_name } to read virtual-network-family in tenancy" ,
126+ " Allow group ${ var . group_name } to inspect autonomous-database-family in tenancy"
126127 ]
127128}
128129
@@ -142,7 +143,8 @@ resource "oci_identity_policy" "fcs_inventory_policy_with_domains" {
142143 " Allow group 'Default'/'${ var . group_name } ' to inspect orm-stacks in tenancy" ,
143144 " Allow group 'Default'/'${ var . group_name } ' to read instances in tenancy" ,
144145 " Allow group 'Default'/'${ var . group_name } ' to read buckets in tenancy" ,
145- " Allow group 'Default'/'${ var . group_name } ' to read vcns in tenancy"
146+ " Allow group 'Default'/'${ var . group_name } ' to read virtual-network-family in tenancy" ,
147+ " Allow group 'Default'/'${ var . group_name } ' to inspect autonomous-database-family in tenancy"
146148 ]
147149}
148150
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ output "user_ocid" {
44}
55
66output "template_version" {
7- value = " v0.3.8 "
7+ value = " v0.3.9 "
88 description = " The version of CrowdStrike's OCI integration supported by this template"
99}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ output "user_ocid" {
44}
55
66output "template_version" {
7- value = " v0.3.8 "
7+ value = " v0.3.9 "
88 description = " The version of CrowdStrike's OCI integration supported by this template."
99}
1010
You can’t perform that action at this time.
0 commit comments