Skip to content

Commit

Permalink
CB-27431 Move AWS Express Onboarding to CDP quickstart branch 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
daszabo committed Oct 9, 2024
1 parent 798d843 commit dd54f89
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aws/quickstart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion azure/quickstart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gcp/quickstart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dd54f89

Please sign in to comment.