Skip to content

Commit

Permalink
fix: typo in docker terraform template (#1811)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsjoeio committed May 26, 2022
1 parent 4d79b80 commit d01a687
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/templates/docker-image-builds/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ variable "step1_docker_host_warning" {
sensitive = true
}
variable "step2_arch" {
description = "arch: What archicture is your Docker host on?"
description = "arch: What architecture is your Docker host on?"
validation {
condition = contains(["amd64", "arm64", "armv7"], var.step2_arch)
error_message = "Value must be amd64, arm64, or armv7."
Expand Down
2 changes: 1 addition & 1 deletion examples/templates/docker/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ variable "step1_docker_host_warning" {
}
variable "step2_arch" {
description = <<-EOF
arch: What archicture is your Docker host on?
arch: What architecture is your Docker host on?
note: codercom/enterprise-* images are only built for amd64
EOF
Expand Down

0 comments on commit d01a687

Please sign in to comment.