Skip to content

Commit

Permalink
feat(DMVP-elasticsearch): enable encryption
Browse files Browse the repository at this point in the history
  • Loading branch information
Julieta Aghamyan committed Oct 2, 2023
1 parent 2db4504 commit e87f716
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/elastic-search/tests/basic/1-example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ module "this" {
vpc_options_security_group_whitelist_cidr = ["10.16.0.0/16"]
ebs_options_volume_size = 10

encrypt_at_rest_enabled = true
advanced_security_options_enabled = true
advanced_security_options_internal_user_database_enabled = true
advanced_security_options_master_user_username = "admin"
Expand Down

0 comments on commit e87f716

Please sign in to comment.