Skip to content

Commit

Permalink
Update variables-addon-oidc.tf
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Odstrčilík <[email protected]>
  • Loading branch information
Balsir and jaygridley authored Dec 5, 2024
1 parent cad0086 commit 793d145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables-addon-oidc.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 `[]`."
}

Expand Down

0 comments on commit 793d145

Please sign in to comment.