Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd01a687

Browse files
authored
fix: typo in docker terraform template (#1811)
1 parent4d79b80 commitd01a687

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
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: Whatarchicture is your Docker host on?"
32+
description="arch: Whatarchitecture 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

Lines changed: 1 addition & 1 deletion
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: Whatarchicture is your Docker host on?
35+
arch: Whatarchitecture is your Docker host on?
3636
3737
note: codercom/enterprise-* images are only built for amd64
3838
EOF

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp