Skip to content

Commit 2aa70ea

Browse files
committed
Test backend config
1 parent 4ff8e7a commit 2aa70ea

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/apply.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ jobs:
3636

3737
- name: Install Packer
3838
run: |
39-
/home/linuxbrew/.linuxbrew/bin/brew tap hashicorp/tap
40-
/home/linuxbrew/.linuxbrew/bin/brew install hashicorp/tap/packer
39+
apt update
40+
apt install packer
4141
4242
- name: Install Talosctl
4343
run: /home/linuxbrew/.linuxbrew/bin/brew install siderolabs/tap/talosctl
4444

4545
- name: Terraform apply
4646
uses: dflook/terraform-apply@v2
4747
with:
48-
path: terraform
48+
path: infra
4949
backend_config: bucket=${{ env.STATE_BUCKET_NAME }} key=${{ env.STATE_BUCKET_KEY }}

.github/workflows/plan.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333

3434
- name: Install Packer
3535
run: |
36-
/home/linuxbrew/.linuxbrew/bin/brew tap hashicorp/tap
37-
/home/linuxbrew/.linuxbrew/bin/brew install hashicorp/tap/packer
36+
apt update
37+
apt install packer
3838
3939
- name: Install Talosctl
4040
run: /home/linuxbrew/.linuxbrew/bin/brew install siderolabs/tap/talosctl

0 commit comments

Comments
 (0)