Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Mar 21, 2023
1 parent 80d53e8 commit 5ffb2f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tag-shared-vpc-resources/tag-network-acls.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ resource "null_resource" "network_acl" {
}

provisioner "local-exec" {
working_dir = "${path.root}/${self.triggers.directory}"
command = "/bin/bash ${path.module}/bin/assume_role_wrapper.sh aws ec2 describe-network-acls --network-acl-id ${each.key} --output json > ${self.triggers.filename}"
working_dir = path.root
command = "${path.module}/bin/assume_role_wrapper.sh aws ec2 describe-network-acls --network-acl-id ${each.key} --output json > ${self.triggers.directory}/${self.triggers.filename}"
environment = {
AWS_PROFILE = var.profile
AWS_REGION = local.region
Expand Down

0 comments on commit 5ffb2f5

Please sign in to comment.