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 @@ -150,6 +150,7 @@ resource "oci_identity_policy" "fcs_inventory_policy_without_domains" {
150150 " Allow group ${ var . group_name } to read logging-family in tenancy" ,
151151 " Allow group ${ var . group_name } to read route-tables in tenancy" ,
152152 " Allow group ${ var . group_name } to read network-security-groups in tenancy" ,
153+ " Allow group ${ var . group_name } to read mysql-family in tenancy" ,
153154 ]
154155}
155156
@@ -197,6 +198,7 @@ resource "oci_identity_policy" "fcs_inventory_policy_with_domains" {
197198 " Allow group 'Default'/'${ var . group_name } ' to read logging-family in tenancy" ,
198199 " Allow group 'Default'/'${ var . group_name } ' to read route-tables in tenancy" ,
199200 " Allow group 'Default'/'${ var . group_name } ' to read network-security-groups in tenancy" ,
201+ " Allow group 'Default'/'${ var . group_name } ' to read mysql-family in tenancy" ,
200202
201203 ]
202204}
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.24 "
7+ value = " v0.3.25 "
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.24 "
7+ value = " v0.3.25 "
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