Skip to content

Commit

Permalink
Added cluster name.
Browse files Browse the repository at this point in the history
  • Loading branch information
musa-asad committed Apr 30, 2024
1 parent c369326 commit 3809381
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,10 @@ resource "helm_release" "this" {
name = "region"
value = "${var.region}"
}
set {
name = "clusterName"
value = "${aws_eks_cluster.this.name}"
}
}

resource "null_resource" "deployment_wait" {
Expand Down

0 comments on commit 3809381

Please sign in to comment.