Skip to content

Commit 1b435ce

Browse files
committed
Fix EFA module path in terragrunt.hcl
1 parent a4fbe9b commit 1b435ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/dev/us-east-2/networking/efa-sg/terragrunt.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Simplified configuration with hardcoded values to avoid locals loading issues
33

44
terraform {
5-
source = "../../../modules/efa-network"
5+
source = "../../../../modules/efa-network"
66
}
77

88
# Get VPC information from the VPC module

0 commit comments

Comments
 (0)