We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 61d012f + a1efffc commit 0ea4402Copy full SHA for 0ea4402
1 file changed
init.tf
@@ -163,6 +163,11 @@ resource "null_resource" "kustomization" {
163
coalesce(var.traefik_version, "N/A"),
164
coalesce(var.nginx_version, "N/A"),
165
coalesce(var.haproxy_version, "N/A"),
166
+ coalesce(var.cert_manager_version, "N/A"),
167
+ coalesce(var.csi_driver_smb_version, "N/A"),
168
+ coalesce(var.longhorn_version, "N/A"),
169
+ coalesce(var.rancher_version, "N/A"),
170
+ coalesce(var.sys_upgrade_controller_version, "N/A"),
171
])
172
options = join("\n", [
173
for option, value in local.kured_options : "${option}=${value}"
0 commit comments