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 @@ -121,7 +121,8 @@ resource "oci_identity_policy" "fcs_inventory_policy_without_domains" {
121121 " Allow group ${ var . group_name } to inspect domains in tenancy" ,
122122 " Allow group ${ var . group_name } to inspect orm-stacks in tenancy" ,
123123 " Allow group ${ var . group_name } to read instances in tenancy" ,
124- " Allow group ${ var . group_name } to read buckets in tenancy"
124+ " Allow group ${ var . group_name } to read buckets in tenancy" ,
125+ " Allow group ${ var . group_name } to read vcns in tenancy"
125126 ]
126127}
127128
@@ -140,7 +141,8 @@ resource "oci_identity_policy" "fcs_inventory_policy_with_domains" {
140141 " Allow group 'Default'/'${ var . group_name } ' to inspect domains in tenancy" ,
141142 " Allow group 'Default'/'${ var . group_name } ' to inspect orm-stacks in tenancy" ,
142143 " Allow group 'Default'/'${ var . group_name } ' to read instances in tenancy" ,
143- " Allow group 'Default'/'${ var . group_name } ' to read buckets in tenancy"
144+ " Allow group 'Default'/'${ var . group_name } ' to read buckets in tenancy" ,
145+ " Allow group 'Default'/'${ var . group_name } ' to read vcns in tenancy"
144146 ]
145147}
146148
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.7 "
7+ value = " v0.3.8 "
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.7 "
7+ value = " v0.3.8 "
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