Skip to content

Commit

Permalink
Merge branch 'main' into csvd_common
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Oct 30, 2024
2 parents 36ea9ac + fb72a8e commit 0ec4d27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ module "github-runner" {
desired_count = var.desired_count
server_url = var.server_url
runner_labels = [
var.aws_account,
lower(var.repo_org),
var.aws_account,
"${data.aws_caller_identity.current.account_id}-${data.aws_region.current.name}",
Expand Down
1 change: 1 addition & 0 deletions varfiles/csvd.tfvars
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
namespace = "csvd-ghe-runner"
repo_org = "CSVD"
desired_count = 3
aws_account = "cvsd-dev-ew"

0 comments on commit 0ec4d27

Please sign in to comment.