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 6e31b8f commit 20cbc8d
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 @@ -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" {
Expand Down

0 comments on commit 20cbc8d

Please sign in to comment.