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 concludedmodule_variable_optional_attrs experiment.
This PR uses the optional() default value parameter instead.
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.