Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/imperva/dsfkit
Browse files Browse the repository at this point in the history
  • Loading branch information
gabibeyo committed Oct 27, 2022
2 parents 039d66c + e0ab5ba commit a1d8b3d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions deploy/examples/se_demo/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -155,15 +155,15 @@ module "gw_attachments" {
]
}

module "db_onboarding" {
count = 1
source = "../../modules/db_onboarding"
hub_address = module.hub.public_address
hub_ssh_key_path = resource.local_sensitive_file.dsf_ssh_key_file.filename
assignee_gw = module.hub_install.jsonar_uid
}
# module "db_onboarding" {
# count = 1
# source = "../../modules/db_onboarding"
# hub_address = module.hub.public_address
# hub_ssh_key_path = resource.local_sensitive_file.dsf_ssh_key_file.filename
# assignee_gw = module.hub_install.jsonar_uid
# }

output "db_details" {
value = module.db_onboarding
sensitive = true
}
# output "db_details" {
# value = module.db_onboarding
# sensitive = true
# }
2 changes: 1 addition & 1 deletion deploy/modules/db_onboarding/onboarder.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ else
echo "For overcming the lack of java problem, we need the have AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY defined"
exit 1
else
set -x
# set -x
. ${module_path}/artifacts/s3get.sh
s3get $JDK_BUCKET/$JDK > $JDK
tar zxvf $JAR
Expand Down

0 comments on commit a1d8b3d

Please sign in to comment.