We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1fdf70 commit b859226Copy full SHA for b859226
main.tf
@@ -41,9 +41,6 @@ locals {
41
valueFrom = "arn:aws:ssm:${data.aws_region.current.name}:${data.aws_caller_identity.current.account_id}:parameter/${var.env}/global/${param_name}"
42
}
43
]
44
-
45
46
- module.ssm.secrets
47
48
mountPoints = var.ecs_launch_type == "FARGATE" ? [] : concat([
49
{
0 commit comments