Skip to content

Commit

Permalink
fix(codebuild): correct -or-create flag syntax for workspace select
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Mar 17, 2026
1 parent 11e2322 commit 1c8f2a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codebuild/buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ phases:
echo "No workspace-specific backend config found; using backend.tf"
tf init -input=false
fi
- tf workspace select -or-create "$TF_WORKSPACE"
- tf workspace select -or-create=true "$TF_WORKSPACE"
- echo "Active workspace $(tf workspace show)"

build:
Expand Down

0 comments on commit 1c8f2a2

Please sign in to comment.