We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d16418 commit 37e071bCopy full SHA for 37e071b
src/generators/addons/aws/modules/alb.ts
@@ -11,8 +11,9 @@ import {
11
INFRA_CORE_MAIN_PATH,
12
INFRA_CORE_OUTPUTS_PATH,
13
INFRA_CORE_VARIABLES_PATH,
14
+ MODULES_LOCALS_INDICATOR,
15
} from '@/generators/terraform/constants';
-import { appendToFile, copy } from '@/helpers/file';
16
+import { appendToFile, copy, injectToFile } from '@/helpers/file';
17
18
import {
19
AWS_SECURITY_GROUP_MAIN_PATH,
0 commit comments