File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ resource "random_id" "suffix" {
2424
2525resource "oci_identity_policy" "admit_cspm_policy" {
2626 name = " AdmitSysdigSecureTenantConfigPosture-${ random_id . suffix . hex } "
27- description = " Config Posture policy to allow read all resources in tenant/compartment "
27+ description = " Config Posture admit policy to read all resources in tenant"
2828 compartment_id = var. tenancy_ocid
2929 statements = [
3030 " Define tenancy sysdigTenancy as ${ data . sysdig_secure_trusted_oracle_app . config_posture . tenancy_ocid } " ,
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ resource "random_id" "suffix" {
3030
3131resource "oci_identity_policy" "admit_onboarding_policy" {
3232 name = " AdmitSysdigSecureTenantOnboarding-${ random_id . suffix . hex } "
33- description = " Onboarding policy to allow inspect compartments in tenant/compartment "
33+ description = " Onboarding admit policy to inspect all compartments in tenant"
3434 compartment_id = var. tenancy_ocid
3535 statements = [
3636 " Define tenancy sysdigTenancy as ${ data . sysdig_secure_trusted_oracle_app . onboarding . tenancy_ocid } " ,
You can’t perform that action at this time.
0 commit comments