Skip to content

Commit b859226

Browse files
authored
remove old line
1 parent e1fdf70 commit b859226

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

main.tf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ locals {
4141
valueFrom = "arn:aws:ssm:${data.aws_region.current.name}:${data.aws_caller_identity.current.account_id}:parameter/${var.env}/global/${param_name}"
4242
}
4343
]
44-
45-
46-
module.ssm.secrets
4744

4845
mountPoints = var.ecs_launch_type == "FARGATE" ? [] : concat([
4946
{

0 commit comments

Comments
 (0)