Skip to content

Commit 37e071b

Browse files
committed
[#323]Make s3 module to be generic, and move locals out of main file and create dedicated locals and data files
1 parent 0d16418 commit 37e071b

File tree

1 file changed

+2
-1
lines changed
  • src/generators/addons/aws/modules

1 file changed

+2
-1
lines changed

src/generators/addons/aws/modules/alb.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ import {
1111
INFRA_CORE_MAIN_PATH,
1212
INFRA_CORE_OUTPUTS_PATH,
1313
INFRA_CORE_VARIABLES_PATH,
14+
MODULES_LOCALS_INDICATOR,
1415
} from '@/generators/terraform/constants';
15-
import { appendToFile, copy } from '@/helpers/file';
16+
import { appendToFile, copy, injectToFile } from '@/helpers/file';
1617

1718
import {
1819
AWS_SECURITY_GROUP_MAIN_PATH,

0 commit comments

Comments
 (0)