Skip to content

Commit b595442

Browse files
committed
Revert "wip: undo this change"
This reverts commit ac3d04a.
1 parent ac3d04a commit b595442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/app_eks/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ resource "random_password" "weave_worker_auth" {
223223
}
224224

225225
resource "aws_secretsmanager_secret" "weave_worker_auth" {
226-
name = "${var.namespace}-ww-auth"
226+
name = "${var.namespace}-weave-worker-auth"
227227
recovery_window_in_days = 0
228228

229229
tags = {

0 commit comments

Comments
 (0)