Skip to content

Releases: oci-landing-zones/terraform-oci-modules-security

Release 0.1.9

01 Nov 18:48
b5cf4b6
Compare
Choose a tag to compare

November 01, 2024 Release Notes - 0.1.9

New

  1. ZPR (Zero Trust Packet Routing) module added.

Release 0.1.8

23 Sep 17:40
2846250
Compare
Choose a tag to compare

September 23, 2024 Release Notes - 0.1.8

Updates

  1. By default, Security Zones cannot be created in the Root compartment. That is enforced in a Terraform precondition. For forcing a Security Zone in the Root compartment, set attribute enable_opb_checks to false.

Release 0.1.7

28 Aug 21:41
920ce47
Compare
Choose a tag to compare

August 27, 2024 Release Notes - 0.1.7

Updates

  1. All modules now require Terraform binary equal or greater than 1.3.0.
  2. cislz-terraform-module tag renamed to ocilz-terraform-module.

Release 0.1.6

19 Jul 17:44
cfc855b
Compare
Choose a tag to compare

July 19, 2024 Release Notes - 0.1.6

Updates

  1. Aligned README.md structure to Oracle's GitHub organizations requirements.
  2. Bastion module
    • In addition to an SSH public key path, an SSH public key literal string can now be used for defining Bastion sessions (default_ssh_public_key and ssh_public_key attributes).

Release 0.1.5

22 May 15:36
a20b002
Compare
Choose a tag to compare

May 22, 2024 Release Notes - 0.1.5

Updates

  1. Vaults module
    • Virtual private vaults can now be configured for cross-region replication via the newly added replica-region attribute. Only applicable to virtual private vaults (VPVs).
  2. Security Zones module
    • tenancy_ocid attribute, once required in the security_zones_configuration, becomes a variable of its own.
    • reporting_region attribute of security_zones_configuration defaults to tenancy home region if not defined.

Fixes

  1. VSS module
    • dynamic runtime dependency issue in local.target_host_scan_cmps. Issue 541.

Release 0.1.4

17 Apr 22:44
11975b0
Compare
Choose a tag to compare

April 16, 2024 Release Notes - 0.1.4

Updates

  1. Cloud Guard module: ability to use "TENANCY-ROOT" key for referring to tenancy OCID in cloud_guard_configuration. tenancy_ocid becomes a variable of its own.
  2. All modules: all dependency variables are now strongly typed, enhancing usage guidance.

v0.1.3

20 Mar 21:02
2569984
Compare
Choose a tag to compare

March 20, 2024 Release Notes - 0.1.3

New

  1. Bastion module, with support for managed SSH and port forwarding sessions.

Updates

  1. Examples code in all modules updated with remote source references.
  2. Examples documentation in all modules updated with remote link references.

v0.1.2

08 Jan 20:52
cee325d
Compare
Choose a tag to compare

January 08, 2024 Release Notes - 0.1.2

Updates

All Modules

  1. All modules now accept null value as the input variable assignment. This allows for easier automation of composed solutions.

v0.1.1

01 Nov 20:40
8e9b6e9
Compare
Choose a tag to compare

November 01, 2023 Release Notes - 0.1.1

Updates

  1. VSS Module

VSS Module

  1. image_count attribute in container_recipes defaulted to 1.
  2. Pre condition check added for container scan targets without an existing repository.
  3. For host scan targets, the module outputs whether or not the Vulnerability Scanning cloud agent plugin is enabled for target instances.
  4. host_recipe_key and container_recipe_key attributes renamed to host_recipe_id and container_recipe_id, respectively.
  5. host_recipe_id can be assigned either a literal OCID or a referring key from host_recipes.
  6. container_recipe_id can be assigned either a literal OCID or a referring key from container_recipes.

v0.1.0

03 Jul 13:20
Compare
Choose a tag to compare

July 03, 2023 Release Notes - 0.1.0

New

  1. Initial Release

Initial Release

Modules for Cloud Guard, Security Zones, Vault (a.k.a KMS), and Vulnerability Scanning services.