You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Policy module now supports group names that include spaces like: 'vision security adm group'. It's supported for tenancy and compartment level groups. Please see main.tf for an example.
Policy module now supports a list of groups for each role at tenancy and compartment levels, like : "cislz-consumer-groups-security":"vision-security-admin-group,'vision security adm group2'". Please see main.tf for an example.
Compartments identifying keys can now be derived from the hierarchy provided in compartment_configuration definition. This allow for using the same key across different compartment subtrees, a desirable feature when defining complex compartment hierarchies with similar subtree structures. For using this feature, set derive_keys_from_hierarchy variable to true.
Compartments module can now declare dependency on externally managed tags for tag defaults.