You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Backward compatibility can be maintained by leaving the existing variables in place but changing the defaults to null, and giving them priority when they are non-null
The variables
launch_template_disk_encryption_enabled
andlaunch_template_disk_encryption_kms_key_id
are poorly named. The fact that these settings affect the launch template is an implementation detail and should not be reflected in the names.Please rename them
launch_template_disk_encryption_enabled
->disk_encryption_enabled
launch_template_disk_encryption_kms_key_id
->disk_encryption_kms_key_id
Notes
null
, and giving them priority when they are non-nullnull
are listed as required, so this change should probably wait until that bug is fixed, otherwise the documentation will show the strange result that these deprecated variables are required inputsThe text was updated successfully, but these errors were encountered: