From dd54f8909e43b0ea10d591e565449dd3a8fd505a Mon Sep 17 00:00:00 2001 From: David Szabo Date: Wed, 9 Oct 2024 13:15:12 +0200 Subject: [PATCH] CB-27431 Move AWS Express Onboarding to CDP quickstart branch 0.8.3 --- aws/quickstart.sh | 2 +- azure/quickstart.sh | 2 +- gcp/quickstart.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/aws/quickstart.sh b/aws/quickstart.sh index e1adfca..e3c68ee 100644 --- a/aws/quickstart.sh +++ b/aws/quickstart.sh @@ -62,7 +62,7 @@ unzip -o terraform.zip -d ${HOME} rm terraform.zip # Checkout CDP Quickstart Repository -git clone --branch v0.8.2 https://github.com/cloudera-labs/cdp-tf-quickstarts.git +git clone --branch v0.8.3 https://github.com/cloudera-labs/cdp-tf-quickstarts.git cd cdp-tf-quickstarts/aws # Install CDP CLI and Log In diff --git a/azure/quickstart.sh b/azure/quickstart.sh index 8b59413..62dd33c 100644 --- a/azure/quickstart.sh +++ b/azure/quickstart.sh @@ -57,7 +57,7 @@ chmod +x $output_file chmod +x $destroy_file # Checkout CDP Quickstart Repository -git clone --branch v0.8.2 https://github.com/cloudera-labs/cdp-tf-quickstarts.git +git clone --branch v0.8.3 https://github.com/cloudera-labs/cdp-tf-quickstarts.git cd cdp-tf-quickstarts/azure # Install CDP CLI and Log In diff --git a/gcp/quickstart.sh b/gcp/quickstart.sh index c1b9949..efb5839 100644 --- a/gcp/quickstart.sh +++ b/gcp/quickstart.sh @@ -57,7 +57,7 @@ chmod +x $output_file chmod +x $destroy_file # Checkout CDP Quickstart Repository -git clone --branch v0.8.2 https://github.com/cloudera-labs/cdp-tf-quickstarts.git +git clone --branch v0.8.3 https://github.com/cloudera-labs/cdp-tf-quickstarts.git cd cdp-tf-quickstarts/gcp # Install CDP CLI and Log In