File tree Expand file tree Collapse file tree 3 files changed +0
-135
lines changed
scaletest/terraform/action Expand file tree Collapse file tree 3 files changed +0
-135
lines changed Original file line number Diff line number Diff line change @@ -38,11 +38,6 @@ terraform {
38
38
source = " cloudflare/cloudflare"
39
39
version = " ~> 4.0"
40
40
}
41
-
42
- coderd = {
43
- source = " coder/coderd"
44
- version = " ~> 0.0.8"
45
- }
46
41
}
47
42
48
43
required_version = " ~> 1.9.0"
Original file line number Diff line number Diff line change @@ -85,24 +85,3 @@ variable "provisionerd_image_tag" {
85
85
description = " Tag to use for Provisionerd image."
86
86
default = " latest"
87
87
}
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
- }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments