File tree 12 files changed +6
-19
lines changed
12 files changed +6
-19
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,6 @@ resource "coder_agent" "coder" {
110
110
auth = " token"
111
111
os = " linux"
112
112
dir = " /home/coder"
113
- login_before_ready = false
114
113
startup_script_timeout = 180
115
114
startup_script = <<- EOT
116
115
set -e
Original file line number Diff line number Diff line change @@ -162,7 +162,6 @@ resource "coder_agent" "main" {
162
162
arch = " amd64"
163
163
auth = " aws-instance-identity"
164
164
os = " linux"
165
- login_before_ready = false
166
165
startup_script_timeout = 180
167
166
startup_script = <<- EOT
168
167
set -e
Original file line number Diff line number Diff line change @@ -156,10 +156,9 @@ data "aws_ami" "windows" {
156
156
}
157
157
158
158
resource "coder_agent" "main" {
159
- arch = " amd64"
160
- auth = " aws-instance-identity"
161
- os = " windows"
162
- login_before_ready = false
159
+ arch = " amd64"
160
+ auth = " aws-instance-identity"
161
+ os = " windows"
163
162
}
164
163
165
164
locals {
Original file line number Diff line number Diff line change @@ -225,10 +225,9 @@ data "coder_workspace" "me" {
225
225
}
226
226
227
227
resource "coder_agent" "main" {
228
- arch = " amd64"
229
- os = " linux"
230
- auth = " azure-instance-identity"
231
- login_before_ready = false
228
+ arch = " amd64"
229
+ os = " linux"
230
+ auth = " azure-instance-identity"
232
231
233
232
metadata {
234
233
key = " cpu"
Original file line number Diff line number Diff line change @@ -245,8 +245,6 @@ resource "coder_agent" "main" {
245
245
os = " linux"
246
246
arch = " amd64"
247
247
248
- login_before_ready = false
249
-
250
248
metadata {
251
249
key = " cpu"
252
250
display_name = " CPU Usage"
Original file line number Diff line number Diff line change @@ -53,7 +53,6 @@ data "coder_parameter" "dotfiles_uri" {
53
53
resource "coder_agent" "main" {
54
54
arch = data. coder_provisioner . me . arch
55
55
os = " linux"
56
- login_before_ready = false
57
56
startup_script_timeout = 180
58
57
env = { " DOTFILES_URI" = data.coder_parameter.dotfiles_uri.value != " " ? data.coder_parameter.dotfiles_uri.value : null }
59
58
startup_script = <<- EOT
Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ data "coder_workspace" "me" {
27
27
resource "coder_agent" "main" {
28
28
arch = data. coder_provisioner . me . arch
29
29
os = " linux"
30
- login_before_ready = false
31
30
startup_script_timeout = 180
32
31
startup_script = <<- EOT
33
32
set -e
Original file line number Diff line number Diff line change @@ -277,7 +277,6 @@ resource "coder_app" "code-server" {
277
277
resource "coder_agent" "main" {
278
278
arch = data. coder_provisioner . me . arch
279
279
os = " linux"
280
- login_before_ready = false
281
280
startup_script_timeout = 180
282
281
startup_script = <<- EOT
283
282
set -e
Original file line number Diff line number Diff line change @@ -79,7 +79,6 @@ resource "coder_agent" "main" {
79
79
auth = " google-instance-identity"
80
80
arch = " amd64"
81
81
os = " linux"
82
- login_before_ready = false
83
82
startup_script_timeout = 180
84
83
startup_script = <<- EOT
85
84
set -e
Original file line number Diff line number Diff line change @@ -70,7 +70,6 @@ resource "coder_agent" "main" {
70
70
arch = " amd64"
71
71
os = " linux"
72
72
73
- login_before_ready = false
74
73
startup_script_timeout = 180
75
74
startup_script = <<- EOT
76
75
set -e
Original file line number Diff line number Diff line change @@ -80,7 +80,6 @@ resource "coder_agent" "main" {
80
80
arch = " amd64"
81
81
os = " windows"
82
82
83
- login_before_ready = false
84
83
}
85
84
86
85
resource "google_compute_instance" "dev" {
Original file line number Diff line number Diff line change @@ -108,7 +108,6 @@ data "coder_workspace" "me" {}
108
108
resource "coder_agent" "main" {
109
109
os = " linux"
110
110
arch = " amd64"
111
- login_before_ready = false
112
111
startup_script_timeout = 180
113
112
startup_script = <<- EOT
114
113
set -e
You can’t perform that action at this time.
0 commit comments