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 3dd2ef9 commit a7a6b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tag-shared-vpc-resources/tag-network-acls.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ resource "null_resource" "network_acl" {
environment = {
AWS_PROFILE = var.profile
AWS_REGION = local.region
ROLE_ARN = var.network_role_arn
ROLE_ARN = var.role_arn
}
}
}
Expand Down

0 comments on commit a7a6b02

Please sign in to comment.