Skip to content

Commit

Permalink
fix modules documentation [skip actions]
Browse files Browse the repository at this point in the history
  • Loading branch information
elsegev committed Nov 27, 2023
1 parent b276b4b commit 7336016
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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 @@ -84,7 +84,7 @@ module "dsf_agentless_gw" {
s3_region = "us-east-1"
s3_key = "jsonar-4.13.0.10.0.tar.gz"
}
hub_sonarw_public_key = module.dsf_hub.sonarw_public_key
hub_sonarw_public_key = "dsf_hub_sonarw_user_public_key********"
tags = {
vendor = "Imperva"
product = "DSF"
Expand Down
4 changes: 0 additions & 4 deletions modules/null/federation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ module "federation" {
gw_private_ssh_key_path = "ssh_keys/agentless_gateway_ssh_key"
gw_ssh_user = "ec2-user"
}
depends_on = [
module.dsf_hub,
module.dsf_agentless_gw
]
}
```

Expand Down

0 comments on commit 7336016

Please sign in to comment.