From b7f474aae6e53349afeba37b3cead95d6361b76f Mon Sep 17 00:00:00 2001 From: Zhiming Xu Date: Thu, 5 Oct 2023 15:23:48 -0700 Subject: [PATCH] fix: dedup policy statements on subnets and policies --- main.tf | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.tf b/main.tf index fff1998..a730c63 100644 --- a/main.tf +++ b/main.tf @@ -33,9 +33,7 @@ resource "oci_identity_policy" "lacework_policy" { "Allow group '${module.lacework_oci_credentials.group_name}' to read instances in tenancy", "Allow group '${module.lacework_oci_credentials.group_name}' to inspect subnets in tenancy", "Allow group '${module.lacework_oci_credentials.group_name}' to read network-security-groups in tenancy", - "Allow group '${module.lacework_oci_credentials.group_name}' to inspect policies in tenancy", "Allow group '${module.lacework_oci_credentials.group_name}' to inspect tenancies in tenancy", - "Allow group '${module.lacework_oci_credentials.group_name}' to inspect subnets in tenancy", "Allow group '${module.lacework_oci_credentials.group_name}' to inspect route-tables in tenancy", "Allow group '${module.lacework_oci_credentials.group_name}' to inspect internet-gateways in tenancy", "Allow group '${module.lacework_oci_credentials.group_name}' to inspect load-balancers in tenancy",