Skip to content

Commit b61f8ed

Browse files
committed
more updates
1 parent b137c5d commit b61f8ed

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • integration-tests/amazon-cloudwatch-observability/terraform

integration-tests/amazon-cloudwatch-observability/terraform/helm-windows/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ resource "helm_release" "this" {
203203
name = "amazon-cloudwatch-observability"
204204
namespace = "amazon-cloudwatch"
205205
create_namespace = true
206-
chart = "${var.helm_dir}"`
206+
chart = "${var.helm_dir}"
207207
set = [
208208
{
209209
name = "region"

integration-tests/amazon-cloudwatch-observability/terraform/helm/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ resource "helm_release" "this" {
120120
{
121121
name = "region"
122122
value = "${var.region}"
123-
},`
123+
},
124124
{
125125
name = "clusterName"
126126
value = "${aws_eks_cluster.this.name}"

0 commit comments

Comments
 (0)