File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ locals {
7575 kubelet_extra_args_yaml = replace (local. kubelet_extra_args , " --" , " \n - >-\n --" )
7676
7777 userdata_vars = {
78- bootstrap_script = (length (var. ami_image_id ) > 0 && length (var. after_cluster_joining_userdata ) > 0 && (local.ami_os == " AL2" || local.ami_os == " WINDOWS" )) ? file (local. userdata_template_file [local . ami_os ]) : " "
78+ bootstrap_script = (length (var. ami_image_id ) > 0 && length (var. after_cluster_joining_userdata ) > 0 && (local.ami_os == " AL2" || local.ami_os == " WINDOWS" )) ? file (local. userdata_bootstrapper_template_file [local . ami_os ]) : " "
7979 before_cluster_joining_userdata = length (var. before_cluster_joining_userdata ) == 0 ? " " : join (" \n " , var. before_cluster_joining_userdata )
8080 kubelet_extra_args = local.kubelet_extra_args
8181 kubelet_extra_args_yaml = local.kubelet_extra_args_yaml
You can’t perform that action at this time.
0 commit comments