Skip to content

Commit

Permalink
Fix formatting in terraform templates
Browse files Browse the repository at this point in the history
  • Loading branch information
KlwntSingh committed Feb 23, 2024
1 parent 4733868 commit 78c6d0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/eks/daemon/fluent/windows/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module "basic_components" {
}

locals {
aws_eks = "aws eks --region ${var.region}"
aws_eks = "aws eks --region ${var.region}"
cluster_name = module.fluent_common.cluster_name
}

Expand Down
2 changes: 1 addition & 1 deletion terraform/eks/daemon/windows/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module "basic_components" {
}

locals {
aws_eks = "aws eks --region ${var.region}"
aws_eks = "aws eks --region ${var.region}"
cluster_name = "cwagent-eks-integ-${module.common.testing_id}"
}

Expand Down

0 comments on commit 78c6d0d

Please sign in to comment.