Releases: oci-landing-zones/terraform-oci-modules-iam
Releases · oci-landing-zones/terraform-oci-modules-iam
Release 0.2.7
January 10, 2025 Release Notes - 0.2.7
Updates
- Groups module
- Only ACTIVE users are looked up for group membership assignments.
Release 0.2.6
Updates
- Identity Domains module
- Added attribute_sets = ["all"] to oci_identity_domains_group resource block to avoid group memberships being updated when there are no updates to group memberships. Bug oracle/terraform-provider-oci#1933.
Release 0.2.5
November 01, 2024 Release Notes - 0.2.5
Updates
- Policies module
- Added IAM policies for OCI Network Firewall and ZPR.
- OCI Network Firewall granted manage permissions to Network admins.
- ZPR granted manage permissions to Security admins.
- Added IAM policies for OCI Network Firewall and ZPR.
Release 0.2.4
October 07, 2024 Release Notes - 0.2.4
Updates
- Identity Domains module
- Typo fixed in defined_tags and freeform_tags for dynamic groups.
Release 0.2.3
August 27, 2024 Release Notes - 0.2.3
Updates
- All modules now require Terraform binary equal or greater than 1.3.0.
- cislz-terraform-module tag renamed to ocilz-terraform-module.
Release 0.2.2
July 24, 2024 Release Notes - 0.2.2
New
- Identity Domains module
- Ability to define Identity Domain applications, with support for SAML applications, mobile applications, confidential applications, and the following catalog applications: Oracle Identity Domain, Generic SCIM (Client Credentials), and Oracle Fusion Applications Release 13.
Updates
- Auditor policies aligned with documentation.
- Aligned README.md structure to Oracle's GitHub organizations requirements.
Release 0.2.1
April 17, 2024 Release Notes - 0.2.1
Updates
All Modules
- Dependency variables are now strongly typed, enhancing usage guidance.
Policies Module
- FSS (File System Service) principal names fixed in realms with keys greater than 10.
Release 0.2.0
February 27, 2024 Release Notes
Updates
Identity Domains Module
- The Identity Domains module now supports creating SAML Identity Providers through a new configuration variable. The variable identity_domain_identity_providers_configuration includes parameters to manage identity providers using either a SAML metadata file or individual metadata parameter values.
Compartments Module
- The reserved key "TENANCY-ROOT" has been introduced. It is used for referring to the root compartment OCID. It can be assigned to default_parent_id and parent_id attributes.
Policies Module
- The reserved key "TENANCY-ROOT" has been introduced. It is used for referring to the root compartment OCID. It can be assigned to compartment_id attribute within supplied_policies attribute.
v0.1.9
January 08, 2024 Release Notes - 0.1.9
Updates
Policy Module
- Policy module can now declare dependencies on externally managed compartments. The dependencies are used to resolve compartment OCIDs within supplied_policies and supplied_compartments attributes.
- The following attributes had their names changed. Make sure to update any existing input variables.
- compartment_ocid to compartment_id in supplied_policies attribute.
- ocid to id in supplied_compartments attribute.