Skip to content

Commit

Permalink
r/aws_elasticsearch_domain: Change enforce_https to Optional and Defa…
Browse files Browse the repository at this point in the history
…ult to True
  • Loading branch information
matiaszilli committed Nov 18, 2020
1 parent 5e7841b commit 5217ecb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion aws/resource_aws_elasticsearch_domain.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ func resourceAwsElasticSearchDomain() *schema.Resource {
Schema: map[string]*schema.Schema{
"enforce_https": {
Type: schema.TypeBool,
Required: true,
Optional: true,
Default: true,
},
"tls_security_policy": {
Type: schema.TypeString,
Expand Down

0 comments on commit 5217ecb

Please sign in to comment.