oci-cis-landingzone-quickstart icon indicating copy to clipboard operation
oci-cis-landingzone-quickstart copied to clipboard

Quickstart Terraform configuration for tenancy setup according to CIS OCI Foundations Benchmark.

Results 11 oci-cis-landingzone-quickstart issues
Sort by recently updated
recently updated
newest added

Encountering error below when i execute apply ![Screenshot 2022-05-25 124116](https://user-images.githubusercontent.com/20772780/170232809-119e4b93-4d9e-40f0-8ca2-9ee0984aa7c7.jpg)

Hello we are constantly getting permission issues when running the landing zone as a non admin. We ran the pre-config, in the root compartment before running the main config. After...

I deployed the Hub/Spoke configuration with DMZ. I would have expected the DMZ indoor route table to include a route rule that goes through the NAT gateway. I found that...

During the terrfaform plan step, received the warning, "The root module does not declare a variable named "subnets_name"". This is due to the mismatch between the variable name in the...

Warning: Experimental feature "module_variable_optional_attrs" is active on .terraform/modules/lz_compartments/compartments/providers.tf line 11, in terraform: 11: experiments = [module_variable_optional_attrs] Experimental features are subject to breaking changes in future minor or patch releases, based...

My policies for storage admins do not allow to delete using the following constructs: _allow group storage-admins to manage file-family in compartment xyz where request.permission != /*DELETE*/_ or _allow group...

Using the v2 Landing Zone, I see there is a bastion-nsg created and the rules allow egress to the other NSGs (app-nsg, db-nsg, lbr-nsg). And the app-nsg, db-nsg, lbr-nsg NSGs...

Warning: Experimental feature "module_variable_optional_attrs" is active on .terraform/modules/lz_access_governance_policies/policies/providers.tf line 14, in terraform: 14: experiments = [module_variable_optional_attrs] Experimental features are subject to breaking changes in future minor or patch releases, based...

We have ran the CIS Compliance script and received the non-compliance alert: "Ensure a notification is configured for Identity Provider changes" with recommendation to create the Event Rule for Identity...

CIS check 4.13 says: _Ensure VCN flow logging is enabled for all subnets_ In our implementation is build using the modules from [terraform-oci-modules-observability](https://github.com/oci-landing-zones/terraform-oci-modules-observability) We create VCN flow logs for an...