File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -30,9 +30,7 @@ module "elasticsearch" {
3030 volume_type = " gp2"
3131
3232 # Logs
33- log_publishing_application_enabled = true
34- log_publishing_search_cloudwatch_log_group_arn = true
35- log_publishing_index_cloudwatch_log_group_arn = true
33+ log_publishing_application_enabled = true
3634
3735
3836
@@ -54,7 +52,6 @@ module "elasticsearch" {
5452
5553 enforce_https = true
5654 tls_security_policy = " Policy-Min-TLS-1-0-2019-07"
57- public_enabled = false
5855
5956
6057}
Original file line number Diff line number Diff line change @@ -74,9 +74,7 @@ module "elasticsearch" {
7474 volume_type = " gp2"
7575
7676 # Logs
77- log_publishing_application_enabled = true
78- log_publishing_search_cloudwatch_log_group_arn = true
79- log_publishing_index_cloudwatch_log_group_arn = true
77+ log_publishing_application_enabled = true
8078
8179
8280
@@ -98,6 +96,5 @@ module "elasticsearch" {
9896
9997 enforce_https = true
10098 tls_security_policy = " Policy-Min-TLS-1-0-2019-07"
101- public_enabled = false
10299
103100}
You can’t perform that action at this time.
0 commit comments