Skip to content
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.

Commit

Permalink
fix: modified each statement for namespace (#623)
Browse files Browse the repository at this point in the history
* fix:  modified each statement for namespace

* chore:  ran terraform fmt
  • Loading branch information
daileyo authored Sep 12, 2022
1 parent 73f4090 commit 34a6ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stages/apps/lead/github-runners.tf
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@ module "github_runner_binding" {
for_each = toset(var.github_runners_namespaces)

group_name = var.github_runners_group_name
namespace = each.value
namespace = each.key
role_name = kubernetes_cluster_role.cluster_role.metadata[0].name
}

0 comments on commit 34a6ecf

Please sign in to comment.