From 6e31b8ffdda848e6456249470482c1565dd5f377 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Stehl=C3=ADk?= Date: Thu, 5 Dec 2024 12:03:24 +0100 Subject: [PATCH] Update variables-addon-oidc.tf MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Martin Odstrčilík --- variables-addon-oidc.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables-addon-oidc.tf b/variables-addon-oidc.tf index 08f1f7b..57e8993 100644 --- a/variables-addon-oidc.tf +++ b/variables-addon-oidc.tf @@ -70,7 +70,7 @@ variable "oidc_tags" { variable "oidc_assume_role_policy_condition_test" { type = string - default = "StringLike" + default = null description = "Specifies the condition test to use for the assume role trust policy. Defaults to `StringEquals`." }