Skip to content

Commit 203b7ef

Browse files
committed
fix; ci
1 parent 86e5416 commit 203b7ef

25 files changed

+13
-13
lines changed

.github/workflows/apply.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
4141
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
4242
working-directory: ./bootstrap
43-
run: source .env && terragrunt run --non-interactive -a apply --queue-exclude-dir bastion --experiment cli-redesign
43+
run: source .env && TF_VAR_vpn_connected=false terragrunt run --non-interactive -a apply --queue-exclude-dir bastion --experiment cli-redesign

.github/workflows/plan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
4141
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
4242
working-directory: ./bootstrap
43-
run: source .env && terragrunt run -a plan --queue-exclude-dir bastion --experiment cli-redesign
43+
run: source .env && TF_VAR_vpn_connected=false terragrunt run -a plan --queue-exclude-dir bastion --experiment cli-redesign

bootstrap/.env.secret

0 Bytes
Binary file not shown.

bootstrap/.tfvars.secret

1 Byte
Binary file not shown.

bootstrap/bastion/.tfvars.secret

0 Bytes
Binary file not shown.

bootstrap/cni/.tfvars.secret

0 Bytes
Binary file not shown.

bootstrap/databases/.tfvars.secret

0 Bytes
Binary file not shown.

bootstrap/forgejo/.tfvars.secret

0 Bytes
Binary file not shown.
1 Byte
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)