-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
shutdown_behavior #122
Labels
Milestone
Comments
See this page for formatting. Looked through packer change log, but haven't found if they recently changed the format. https://www.packer.io/docs/builders/amazon-ebs.html#shutdown_behavior |
mayn
added a commit
that referenced
this issue
Oct 11, 2018
mayn
added a commit
that referenced
this issue
Oct 11, 2018
#122 correct shutdown_behavior type for AmazonEbsSurrogate and AmazonEbsVolume
mayn
added a commit
that referenced
this issue
Oct 13, 2018
#122 correct shutdown_behavior type for AmazonEbsSurrogate and AmazonEbsVolume
mayn
added a commit
that referenced
this issue
Oct 13, 2018
@levisbakalinsky v1.0.2 was released w/ this change. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
packerlicious version
Packerlicious: 1.0.1
Packer: 1.3.0
Expected behavior
shutdown_behavior="terminate" should have passed validation and not thrown an error. Packer expects "terminate" not ["terminate"]
Actual behavior
shutdown_behavior="terminate",
TypeError: <class 'packerlicious.builder.AmazonEbs'>: None.shutdown_behavior is <type 'str'>, expected [<type 'str'>]
Steps to reproduce
Set shutdown_behavior="terminate",
The text was updated successfully, but these errors were encountered: