Skip to content

Commit 098f9a7

Browse files
correction on output.tf
1 parent 33c08f9 commit 098f9a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

external-secrets/terraform/aws/outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ output "account_id" {
33
}
44

55
output "assumable_role" {
6-
value = "${var.cluster_name}-${var.role_name}"
6+
value = "${var.external_secrets_serviceaccount}"
77
}

0 commit comments

Comments
 (0)