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
aws_autoscaling_group.test_asg: Error creating AutoScaling Group: ValidationError: You must use a valid fully-formed launch template. the encrypted flag cannot be specified since device /dev/sda1 has a snapshot specified.
status code: 400, request id: 7902a390-58de-11e8-af77-87d327f8b121
May be any parameter is missing but i am not sure which one.
As per error, It looks that encrypted parameter is specified. But i haven't passed that. Then why this error is coming?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
ghost
locked and limited conversation to collaborators
Apr 3, 2020
This issue was closed.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I am migrating my Autoscaling groups to use launch_template instead of launch_configuration. (To support T2 Unlimited)
Below is my code snippet.
While running
terraform apply
I am getting below error.May be any parameter is missing but i am not sure which one.
As per error, It looks that encrypted parameter is specified. But i haven't passed that. Then why this error is coming?
Thanks in advance!
The text was updated successfully, but these errors were encountered: