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
It does not seem like encryption can be enabled for the root device using launch_configuration, so we'll have to wait until we can swap to launch_template 🤔
There is really no reason not to enable disk encryption, so
encrypted = true
needs to be set on theroot_block_configuration
as shown here:https://www.terraform.io/docs/providers/aws/r/launch_configuration.html#root_block_device
Or if we switch to
launch_template
(#11) we can use this:https://www.terraform.io/docs/providers/aws/r/launch_template.html#encrypted
The text was updated successfully, but these errors were encountered: