Skip to content

Commit

Permalink
fix(eks): fix aws_region name
Browse files Browse the repository at this point in the history
Signed-off-by: Raphaël Pinson <raphael.pinson@camptocamp.com>
  • Loading branch information
raphink committed Jan 18, 2022
1 parent 4c8c093 commit 5f42fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/eks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ module "loki-stack" {
profiles = var.profiles

extra_yaml = [ templatefile("${path.module}/values.yaml", {
aws_default_region = data.aws_region.current_name,
aws_default_region = data.aws_region.current.name,
bucket_name = aws_s3_bucket.loki.id,
assumable_role_arn = module.iam_assumable_role_loki.iam_role_arn,
}) ]
Expand Down

0 comments on commit 5f42fdc

Please sign in to comment.