Skip to content

Commit

Permalink
Merge 15fc0c8 into 5978c96
Browse files Browse the repository at this point in the history
  • Loading branch information
xunleii committed May 17, 2023
2 parents 5978c96 + 15fc0c8 commit e5f8e12
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions examples/hcloud-k3s/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
provider "hcloud" {}

data "hcloud_image" "ubuntu" {
name = "ubuntu-20.04"
}
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ variable "k3s_version" {
variable "k3s_install_env_vars" {
description = "map of enviroment variables that are passed to the k3s installation script (see https://docs.k3s.io/reference/env-variables)"
type = map(string)
default = null
default = {}

validation {
condition = !can(var.k3s_install_env_vars["INSTALL_K3S_VERSION"])
Expand Down

0 comments on commit e5f8e12

Please sign in to comment.