Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 87a4e48

Browse files
committed
example: remove fedora from hetzner cloud template
1 parent dd57b0e commit 87a4e48

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)