|
@@ -77,7 +77,7 @@ fi
|
|
|
|
|
|
# Gather a list of all terragrunt.hcl files in xdr-terraform live. Should be faster to do this one.
|
|
|
echo Finding all modules in xdr-terraform-live.. This may take a moment.
|
|
|
-LIVEMODULES=$( find ../xdr-terraform-live -name "terragrunt.hcl" -type f -depth -mindepth 2 -not -path "*/.terragrunt-cache/*" )
|
|
|
+LIVEMODULES=$( find ../xdr-terraform-live -name "terragrunt.hcl" -type f -depth -mindepth 2 -not -path "*/.terragrunt-cache/*" -not -path "*/000-skeleton/*" )
|
|
|
echo $( echo -n "${LIVEMODULES}" | wc -l ) modules found in xdr-terraform-live.
|
|
|
|
|
|
# Gather the modules that use it
|