Skip to content

chore(deps): bump hashicorp/vault from 4.0.0 to 4.1.0 #110

chore(deps): bump hashicorp/vault from 4.0.0 to 4.1.0

chore(deps): bump hashicorp/vault from 4.0.0 to 4.1.0 #110

Workflow file for this run

name: make bootstrap CI
on:
pull_request:
jobs:
bootstrap:
runs-on: ubuntu-latest
steps:
- uses: hashicorp/setup-terraform@v3
- uses: actions/checkout@v4
- run: |
terraform init
terraform apply -target=module.boundary -auto-approve
terraform apply -auto-approve
- run: make teardown