Skip to content

chore(deps): bump hashicorp/http from 3.4.2 to 3.4.3 #126

chore(deps): bump hashicorp/http from 3.4.2 to 3.4.3

chore(deps): bump hashicorp/http from 3.4.2 to 3.4.3 #126

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