Skip to content

chore: enable terraform provisioners in e2e by default #13134

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 24 commits into from
May 8, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update golden files
  • Loading branch information
Emyrk committed May 3, 2024
commit 2a09af35d31e39ffce523f7c2c21db532c8414eb
4 changes: 2 additions & 2 deletions cli/testdata/coder_server_--help.golden
Original file line number Diff line number Diff line change
Expand Up @@ -460,8 +460,8 @@ updating, and deleting workspace resources.
server.

--provisioner-daemons int, $CODER_PROVISIONER_DAEMONS (default: 3)
Number of terraform provisioner daemons to create on start. If builds
are stuck in queued state for a long time, consider increasing this.
Number of provisioner daemons to create on start. If builds are stuck
in queued state for a long time, consider increasing this.

TELEMETRY OPTIONS:
Telemetry is critical to our ability to improve Coder. We strip all
Expand Down
4 changes: 2 additions & 2 deletions enterprise/cli/testdata/coder_server_--help.golden
Original file line number Diff line number Diff line change
Expand Up @@ -461,8 +461,8 @@ updating, and deleting workspace resources.
server.

--provisioner-daemons int, $CODER_PROVISIONER_DAEMONS (default: 3)
Number of terraform provisioner daemons to create on start. If builds
are stuck in queued state for a long time, consider increasing this.
Number of provisioner daemons to create on start. If builds are stuck
in queued state for a long time, consider increasing this.

TELEMETRY OPTIONS:
Telemetry is critical to our ability to improve Coder. We strip all
Expand Down