Skip to content

Commit

Permalink
Workspace new
Browse files Browse the repository at this point in the history
  • Loading branch information
carlssonk committed Sep 28, 2024
1 parent 210fa12 commit d1cd397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ jobs:
-backend-config="dynamodb_table=${{ vars.ORGANIZATION }}-terraform-lock-table-${{ github.event.inputs.environment }}" \
-backend-config="key=bootstrap/terraform.tfstate"
terraform workspace select ${{ github.event.inputs.environment }}
terraform workspace new ${{ github.event.inputs.environment }}
terraform apply -auto-approve
working-directory: ./bootstrap/setup-oidc

0 comments on commit d1cd397

Please sign in to comment.