Skip to content

Commit

Permalink
Merge pull request #1668 from hashicorp/backport/nd/fix-cli-cloud-tes…
Browse files Browse the repository at this point in the history
…ts/truly-deep-louse

This pull request was automerged via backport-assistant
  • Loading branch information
hc-github-team-consul-ecosystem authored Nov 1, 2022
2 parents fd963ad + 70145c9 commit 3e1e9b2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -685,6 +685,7 @@ jobs:
- checkout

- build-cli
- run:
name: terraform init & apply
working_directory: *gke-terraform-path
Expand Down Expand Up @@ -753,6 +754,7 @@ jobs:
- checkout

- build-cli
- run:
name: terraform init & apply
working_directory: *gke-terraform-path
Expand Down Expand Up @@ -813,6 +815,7 @@ jobs:
steps:
- checkout

- build-cli
- run:
name: terraform init & apply
working_directory: *aks-terraform-path
Expand Down Expand Up @@ -870,6 +873,7 @@ jobs:
steps:
- checkout

- build-cli
- run:
name: terraform init & apply
working_directory: *aks-terraform-path
Expand Down Expand Up @@ -926,6 +930,7 @@ jobs:
steps:
- checkout

- build-cli
- run:
name: configure aws
command: |
Expand Down Expand Up @@ -989,6 +994,7 @@ jobs:
steps:
- checkout

- build-cli
- run:
name: configure aws
command: |
Expand Down Expand Up @@ -1051,6 +1057,7 @@ jobs:

steps:
- checkout
- build-cli
- run:
name: terraform init & apply
working_directory: *openshift-terraform-path
Expand Down

0 comments on commit 3e1e9b2

Please sign in to comment.