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

Commit87a4e48

Browse files
committed
example: remove fedora from hetzner cloud template
1 parentdd57b0e commit87a4e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎examples/hetzner-linux/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ variable "instance_os" {
5151
description="Which operating system should your workspace use?"
5252
default="ubuntu-20.04"
5353
validation {
54-
condition=contains(["ubuntu-22.04","ubuntu-20.04","ubuntu-18.04","debian-11","debian-10","fedora-35"], var.instance_os)
54+
condition=contains(["ubuntu-22.04","ubuntu-20.04","ubuntu-18.04","debian-11","debian-10"], var.instance_os)
5555
error_message="Invalid OS!"
5656
}
5757
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp