Skip to content

Commit

Permalink
Merge remote-tracking branch 'test-2/main' into test-0
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksey Gavrilov <alexey.gavrilov@flant.com>
  • Loading branch information
alexey-gavrilov-flant committed Sep 3, 2024
2 parents 085e1ef + 247ff95 commit fa0c66c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/cloud_layouts/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ function bootstrap_static() {
>&2 echo "Run terraform to create nodes for Static cluster ..."
pushd "$cwd"
terraform init -input=false -plugin-dir=/plugins || return $?
terraform apply -state="${terraform_state_file}" -auto-approve -no-color | tee "$cwd/terraform.log" || return $?
terraform apply -state="${terraform_state_file}" -auto-approve -no-color -parallelism=1 | tee "$cwd/terraform.log" || return $?
popd

if ! master_ip="$(grep -m1 "master_ip_address_for_ssh" "$cwd/terraform.log"| cut -d "=" -f2 | tr -d "\" ")" ; then
Expand Down

0 comments on commit fa0c66c

Please sign in to comment.