Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jorrite committed Jul 29, 2024
1 parent 29f21c8 commit 3f70b38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ locals {

// create a list of auth_methods, and create the oidc provider if iam_role_oidc is in it
// this allows for a mixture of auth_methods as they could differ per workspace.

tfe_workspace_enable_oidc = contains(concat([var.tfe_workspace.auth_method], values(var.additional_tfe_workspaces)[*].auth_method), "iam_role_oidc")
}

Expand Down

0 comments on commit 3f70b38

Please sign in to comment.