Skip to content

Commit b137c5d

Browse files
committed
more updates
1 parent 8492d8e commit b137c5d

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

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

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,9 +208,7 @@ resource "helm_release" "this" {
208208
{
209209
name = "region"
210210
value = "${var.region}"
211-
}
212-
]
213-
set = [
211+
},
214212
{
215213
name = "clusterName"
216214
value = "${aws_eks_cluster.this.name}"

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,7 @@ resource "helm_release" "this" {
120120
{
121121
name = "region"
122122
value = "${var.region}"
123-
}
124-
]
125-
set = [
123+
},`
126124
{
127125
name = "clusterName"
128126
value = "${aws_eks_cluster.this.name}"

0 commit comments

Comments
 (0)