There was an error while loading. Please reload this page.
1 parent b137c5d commit b61f8edCopy full SHA for b61f8ed
2 files changed
integration-tests/amazon-cloudwatch-observability/terraform/helm-windows/main.tf
@@ -203,7 +203,7 @@ resource "helm_release" "this" {
203
name = "amazon-cloudwatch-observability"
204
namespace = "amazon-cloudwatch"
205
create_namespace = true
206
- chart = "${var.helm_dir}"`
+ chart = "${var.helm_dir}"
207
set = [
208
{
209
name = "region"
integration-tests/amazon-cloudwatch-observability/terraform/helm/main.tf
@@ -120,7 +120,7 @@ resource "helm_release" "this" {
120
121
122
value = "${var.region}"
123
- },`
+ },
124
125
name = "clusterName"
126
value = "${aws_eks_cluster.this.name}"
0 commit comments