Skip to content

Commit

Permalink
Update Terraform modules readme
Browse files Browse the repository at this point in the history
  • Loading branch information
assaf13 committed Nov 22, 2023
1 parent 5a3e082 commit a180991
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/aws/agentless-gw/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ module "agentless_gateway_dr" {
source = "imperva/dsf-agentless-gw/aws"
# The rest of arguments are omitted for brevity
friendly_name = "imperva-dsf-agentless-gw-dr"
hadr_dr_node = true
main_node_sonarw_public_key = "agentless_gateway_main_public_key"
main_node_sonarw_private_key = "agentless_gateway_main_private_key"
Expand Down
2 changes: 1 addition & 1 deletion modules/aws/hub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ module "dsf_hub_dr" {
source = "imperva/dsf-hub/aws"
# The rest of arguments are omitted for brevity
friendly_name = "imperva-dsf-hub-dr"
hadr_dr_node = true
main_node_sonarw_public_key = "dsf_hub_main_public_key"
main_node_sonarw_private_key = "dsf_hub_main_private_key"
Expand Down

0 comments on commit a180991

Please sign in to comment.