Skip to content

Commit

Permalink
Format terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
DeeAjayi committed Nov 20, 2024
1 parent 1327fc3 commit 6b75ad6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ locals {
]
truefoundry_platform_policy_arns = [for arn in local.policy_arns : tostring(arn) if arn != null]

oidc_provider_url = replace(data.aws_eks_cluster.cluster.identity[0].oidc[0].issuer, "https://", "")
iam_role_name_prefix = trimsuffix(substr("${local.truefoundry_unique_name}-iam-role-", 0, 37), "-")
oidc_provider_url = replace(data.aws_eks_cluster.cluster.identity[0].oidc[0].issuer, "https://", "")
iam_role_name_prefix = trimsuffix(substr("${local.truefoundry_unique_name}-iam-role-", 0, 37), "-")
}

0 comments on commit 6b75ad6

Please sign in to comment.