From 7336016a340497b0516befdc9fdb5788dfd2ba21 Mon Sep 17 00:00:00 2001 From: "segev.elmalech" Date: Mon, 27 Nov 2023 16:40:36 +0200 Subject: [PATCH] fix modules documentation [skip actions] --- modules/aws/agentless-gw/README.md | 2 +- modules/null/federation/README.md | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/modules/aws/agentless-gw/README.md b/modules/aws/agentless-gw/README.md index b78438fca..cfcbbfee6 100644 --- a/modules/aws/agentless-gw/README.md +++ b/modules/aws/agentless-gw/README.md @@ -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" diff --git a/modules/null/federation/README.md b/modules/null/federation/README.md index 9631c9d7e..735774b27 100644 --- a/modules/null/federation/README.md +++ b/modules/null/federation/README.md @@ -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 - ] } ```