Skip to content

Commit 54e7c66

Browse files
chore: tf lint
1 parent fc9414a commit 54e7c66

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

examples/opensearch/data.tf

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
data "aws_caller_identity" "current" {
2-
}
3-
4-
data "aws_region" "current" {
5-
}
6-
71
data "aws_cloudformation_export" "web_subnet_a" {
82
name = var.cf_export_web_subnet_a
93
}

examples/opensearch/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ resource "aws_cloudwatch_log_resource_policy" "opensearch" {
2121
}
2222

2323
module "opensearch" {
24+
#checkov:skip=CKV_AWS_248:Ensure that Elasticsearch is not using the default Security Group
2425
source = "../../"
2526

2627
domain_name = var.domain_name

0 commit comments

Comments
 (0)