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 4b6fac2 commit fb55b79Copy full SHA for fb55b79
main.tf
@@ -141,6 +141,7 @@ module "cognito-role" {
141
142
#Module : Elasticsearch
143
#Description : Terraform module to create Elasticsearch resource on AWS.
144
+#tfsec:ignore:aws-elastic-search-use-secure-tls-policy
145
resource "aws_elasticsearch_domain" "default" {
146
count = var.enabled ? 1 : 0
147
domain_name = var.domain_name != "" ? var.domain_name : module.labels.id
0 commit comments