Skip to content

Commit

Permalink
feat(gen3-module): Updated gen3 module to improve deployment experience
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Malinowski authored and Edward Malinowski committed Jun 10, 2024
1 parent 0d5e797 commit 42b13b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf_files/gen3/service-accounts.tf
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ EDOC
resource "aws_iam_role_policy" "external-secrets-role-policy" {
count = var.namespace == "default" ? 1 : 0
name = "external-secrets-role-policy"
role = aws_iam_role.external-secrets-role.id
role = aws_iam_role.external-secrets-role[0].id

policy = jsonencode({
Version = "2012-10-17"
Expand Down

0 comments on commit 42b13b2

Please sign in to comment.