Skip to content

Commit 38aa50f

Browse files
committed
fix variables
1 parent 72b798d commit 38aa50f

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

_example/single_node_non_vpc/example.tf

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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
}

_example/single_node_vpc/example.tf

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)