diff --git a/.github/workflows/bootstrap.yml b/.github/workflows/bootstrap.yml index c808f9f..326cc0b 100644 --- a/.github/workflows/bootstrap.yml +++ b/.github/workflows/bootstrap.yml @@ -12,5 +12,5 @@ jobs: - run: | terraform init terraform apply -target=module.boundary -auto-approve - terraform apply -auto-approvemake bootstrap + terraform apply -auto-approve - run: make teardown