diff --git a/deploy/examples/se_demo/main.tf b/deploy/examples/se_demo/main.tf index 2834677fe..706e0b444 100644 --- a/deploy/examples/se_demo/main.tf +++ b/deploy/examples/se_demo/main.tf @@ -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 +# } diff --git a/deploy/modules/db_onboarding/onboarder.tpl b/deploy/modules/db_onboarding/onboarder.tpl index f93df50d6..130bfabc5 100644 --- a/deploy/modules/db_onboarding/onboarder.tpl +++ b/deploy/modules/db_onboarding/onboarder.tpl @@ -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