Fixed terraform fmt
This commit is contained in:
parent
657c2de4c3
commit
314a378e55
2 changed files with 2 additions and 2 deletions
|
@ -316,7 +316,7 @@ variable "k8s_nodes" {
|
|||
root_volume_size_in_gb = optional(number)
|
||||
volume_type = optional(string)
|
||||
server_group = optional(string)
|
||||
cloudinit = optional(object({
|
||||
cloudinit = optional(object({
|
||||
extra_partitions = list(object({
|
||||
volume_path = string
|
||||
partition_path = string
|
||||
|
|
|
@ -5,6 +5,6 @@ terraform {
|
|||
version = "~> 1.17"
|
||||
}
|
||||
}
|
||||
experiments = [module_variable_optional_attrs]
|
||||
experiments = [module_variable_optional_attrs]
|
||||
required_version = ">= 0.14.0"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue