Skip to content

Commit

Permalink
fix: YACE scoping (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyblasczyk authored Jul 23, 2024
1 parent fd4d0e1 commit 47871c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,9 @@ module "wandb" {
install = true
regions = [data.aws_region.current.name]
serviceAccount = { annotations = { "eks.amazonaws.com/role-arn" = module.iam_role[0].role_arn } }
searchTags = {
"Namespace" = var.namespace
}
} : {
install = false
regions = []
Expand Down

0 comments on commit 47871c8

Please sign in to comment.