Skip to content

Commit 9753819

Browse files
committed
parity
1 parent 8c698b5 commit 9753819

File tree

3 files changed

+0
-135
lines changed

3 files changed

+0
-135
lines changed

scaletest/terraform/action/main.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,6 @@ terraform {
3838
source = "cloudflare/cloudflare"
3939
version = "~> 4.0"
4040
}
41-
42-
coderd = {
43-
source = "coder/coderd"
44-
version = "~> 0.0.8"
45-
}
4641
}
4742

4843
required_version = "~> 1.9.0"

scaletest/terraform/action/vars.tf

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -85,24 +85,3 @@ variable "provisionerd_image_tag" {
8585
description = "Tag to use for Provisionerd image."
8686
default = "latest"
8787
}
88-
89-
// Traffic
90-
# variable "traffic_bytes_per_tick" {
91-
# description = "Number of bytes to send per tick."
92-
# default = 1024
93-
# }
94-
95-
# variable "traffic_tick_interval" {
96-
# description = "Interval between ticks."
97-
# default = "10s"
98-
# }
99-
100-
variable "workspace_count" {
101-
description = "Number of workspaces to create."
102-
default = 10
103-
}
104-
105-
variable "workspace_create_concurrency" {
106-
description = "Number of workspaces to create concurrently."
107-
default = 10
108-
}

scaletest/terraform/action/workspace_traffic.tf

Lines changed: 0 additions & 109 deletions
This file was deleted.

0 commit comments

Comments
 (0)