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 fc9414a commit 54e7c66Copy full SHA for 54e7c66
examples/opensearch/data.tf
@@ -1,9 +1,3 @@
1
-data "aws_caller_identity" "current" {
2
-}
3
-
4
-data "aws_region" "current" {
5
6
7
data "aws_cloudformation_export" "web_subnet_a" {
8
name = var.cf_export_web_subnet_a
9
}
examples/opensearch/main.tf
@@ -21,6 +21,7 @@ resource "aws_cloudwatch_log_resource_policy" "opensearch" {
21
22
23
module "opensearch" {
24
+ #checkov:skip=CKV_AWS_248:Ensure that Elasticsearch is not using the default Security Group
25
source = "../../"
26
27
domain_name = var.domain_name
0 commit comments