File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
" :preserveSemverRanges"
5
5
],
6
6
"labels" : [" auto-update" ],
7
+ "dependencyDashboardAutoclose" : true ,
7
8
"enabledManagers" : [" terraform" ],
8
9
"terraform" : {
9
10
"ignorePaths" : [" **/context.tf" , " examples/**" ]
10
11
}
11
12
}
12
-
Original file line number Diff line number Diff line change @@ -272,7 +272,7 @@ data "aws_iam_policy_document" "default" {
272
272
# https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-ac.html#es-ac-types-ip
273
273
# https://aws.amazon.com/premiumsupport/knowledge-center/anonymous-not-authorized-elasticsearch/
274
274
dynamic "statement" {
275
- for_each = length (var. allowed_cidr_blocks ) > 0 && ! var. vpc_enabled ? [true ] : []
275
+ for_each = length (var. allowed_cidr_blocks ) > 0 && ! var. vpc_enabled ? [true ] : []
276
276
content {
277
277
effect = " Allow"
278
278
You can’t perform that action at this time.
0 commit comments