From 793d145f76715183797d9351273103efd55a9702 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Stehl=C3=ADk?= Date: Thu, 5 Dec 2024 12:03:09 +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 ba4f960..a97b4f1 100644 --- a/variables-addon-oidc.tf +++ b/variables-addon-oidc.tf @@ -88,7 +88,7 @@ variable "oidc_assume_role_policy_condition_variable" { variable "oidc_openid_client_ids" { type = list(string) - default = [] + default = null description = "List of OpenID Connect client IDs that are allowed to assume the OIDC provider. Defaults to `[]`." }