Skip to content

Commit

Permalink
remove extra hypen
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Mar 25, 2025
1 parent f59cf23 commit e992f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module "loki_irsa_role" {
# tflint-ignore: terraform_module_pinned_source
source = "git@github.e.it.census.gov:SCT-Engineering/tfmod-custom-iam-role-for-service-account-eks.git//?ref=main"

role_name = format("%v%v-%v", local.prefixes["eks-role"], var.cluster_name, "-loki")
role_name = format("%v%v-%v", local.prefixes["eks-role"], var.cluster_name, "loki")

attach_s3_bucket_owner_policy = true
attach_encrypted_object_manager_policy = true
Expand Down

0 comments on commit e992f74

Please sign in to comment.