File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ terraform {
6
6
}
7
7
google = {
8
8
source = " hashicorp/google"
9
- version = " ~> 4.15 "
9
+ version = " ~> 4.34.0 "
10
10
}
11
11
}
12
12
}
@@ -39,16 +39,16 @@ resource "google_compute_disk" "root" {
39
39
name = " coder-${ lower (data. coder_workspace . me . owner )} -${ lower (data. coder_workspace . me . name )} -root"
40
40
type = " pd-ssd"
41
41
zone = var. zone
42
- image = " debian-cloud/debian-10 "
42
+ image = " debian-cloud/debian-11 "
43
43
lifecycle {
44
44
ignore_changes = [image ]
45
45
}
46
46
}
47
47
48
48
resource "coder_agent" "main" {
49
- auth = " google-instance-identity"
50
- arch = " amd64"
51
- os = " linux"
49
+ auth = " google-instance-identity"
50
+ arch = " amd64"
51
+ os = " linux"
52
52
}
53
53
54
54
resource "google_compute_instance" "dev" {
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ terraform {
6
6
}
7
7
google = {
8
8
source = " hashicorp/google"
9
- version = " ~> 4.15 "
9
+ version = " ~> 4.34.0 "
10
10
}
11
11
}
12
12
}
@@ -46,7 +46,7 @@ module "gce-container" {
46
46
version = " 3.0.0"
47
47
48
48
container = {
49
- image = " mcr.microsoft.com/vscode/devcontainers/go:1 "
49
+ image = " codercom/enterprise-base:ubuntu "
50
50
command = [" sh" ]
51
51
args = [" -c" , coder_agent.main.init_script]
52
52
securityContext = {
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ terraform {
6
6
}
7
7
google = {
8
8
source = " hashicorp/google"
9
- version = " ~> 4.15 "
9
+ version = " ~> 4.34.0 "
10
10
}
11
11
}
12
12
}
You can’t perform that action at this time.
0 commit comments