diff --git a/CHANGELOG.md b/CHANGELOG.md index 662d56e..4b88fd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [6.9.3] - 2021-07-14 +### Added +- Add support to split customer policy condition. + ## [6.9.2] - 2021-07-08 ### Added - Added disallow_incompatible_col_type_changes variable to disable hive validation when schema changes. This variable will help Apache Iceberg to make schema-evolution. diff --git a/README.md b/README.md index 6446636..bdbf5c7 100644 --- a/README.md +++ b/README.md @@ -59,8 +59,11 @@ module "apiary" { } ] apiary_customer_accounts = ["aws_account_no_1", "aws_account_no_2"] + # single policy with multiple conditions will use AND operator + # https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_multi-value-conditions.html + # ; will create seperate policies for each condition, essentially to enable OR operator apiary_customer_condition = <