From 20cbc8d60371279074f3ab33e13d2ce2732a5a8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Stehl=C3=ADk?= Date: Thu, 5 Dec 2024 12:03:37 +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 57e8993..8c07c15 100644 --- a/variables-addon-oidc.tf +++ b/variables-addon-oidc.tf @@ -5,7 +5,7 @@ variable "oidc_provider_create" { type = bool default = null - description = "Whether to create OIDC provider. Defaults to `true`. Set to false if you want to disable default OIDC provider when oidc_custom_provider_arn is set" + description = "Whether to create OIDC provider. Defaults to `true`. Set to false if you want to disable default OIDC provider when oidc_custom_provider_arn is set." } variable "oidc_role_create" {