fvumbaca / terraform-proxmox-k3s

A terraform module to get k3s up and running on Proxmox VE real quick.
MIT License
83 stars 44 forks source link

Remove dependance on `module_variable_optional_attrs` experiment to support Terraform v1.3+ #23

Open nikitawootten opened 1 year ago

nikitawootten commented 1 year ago

Hi, very cool project, I had little trouble getting it deployed on my home cluster, however in order for the module to run on Terraform v1.3+, I needed to remove the dependence on the now concluded module_variable_optional_attrs experiment.

This PR uses the optional() default value parameter instead.