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 11, 2024
1 parent 882e997 commit e19a19a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf_files/aws/modules/commons-vpc-es/cloud.tf
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ CONFIG


locals {
es_policy = var.role_arn != "" ? local.policy1 : local.policy2
es_policy = var.role_arn == "" ? local.policy1 : local.policy2
policy1 = <<POLICY1
{
"Version": "2012-10-17",
Expand Down

0 comments on commit e19a19a

Please sign in to comment.