Skip to content

Commit a2f3326

Browse files
jsjoeiokylecarbs
authored andcommitted
fix: typo in docker terraform template (#1811)
1 parent 6ead8cf commit a2f3326

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/templates/docker-image-builds/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ variable "step1_docker_host_warning" {
2929
sensitive = true
3030
}
3131
variable "step2_arch" {
32-
description = "arch: What archicture is your Docker host on?"
32+
description = "arch: What architecture is your Docker host on?"
3333
validation {
3434
condition = contains(["amd64", "arm64", "armv7"], var.step2_arch)
3535
error_message = "Value must be amd64, arm64, or armv7."

examples/templates/docker/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ variable "step1_docker_host_warning" {
3232
}
3333
variable "step2_arch" {
3434
description = <<-EOF
35-
arch: What archicture is your Docker host on?
35+
arch: What architecture is your Docker host on?
3636
3737
note: codercom/enterprise-* images are only built for amd64
3838
EOF

0 commit comments

Comments
 (0)