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 793d145 commit d4ed793
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 @@ -76,7 +76,7 @@ variable "oidc_assume_role_policy_condition_test" {

variable "oidc_assume_role_policy_condition_values" {
type = list(string)
default = []
default = null
description = "Specifies the values for the assume role trust policy condition. Defaults to `[]`."
}

Expand Down

0 comments on commit d4ed793

Please sign in to comment.