From 9ec644d524e19c53154a0238c5003ecda4d1899e Mon Sep 17 00:00:00 2001 From: Aleksandr Averbukh Date: Fri, 8 Jul 2022 12:27:43 +0200 Subject: [PATCH] Mention of experimental feature in the readme file --- modules/organization-policy/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/organization-policy/README.md b/modules/organization-policy/README.md index f26357e4..ab94832b 100644 --- a/modules/organization-policy/README.md +++ b/modules/organization-policy/README.md @@ -4,6 +4,8 @@ This module allows creation and management of [GCP Organization Policies](https: Yaml based factory can simplify centralized management of Org Policies for a DevSecOps team by providing a simple way to define/structure policies and exclusions. +> **_NOTE:_** This module uses experimental feature `module_variable_optional_attrs` which will be included into [terraform release 1.3](https://github.com/hashicorp/terraform/releases/tag/v1.3.0-alpha20220706). + ## Example ### Terraform code