miasma-rb / miasma-aws

Miasma AWS API
Other
8 stars 8 forks source link

Stack updates with no template #25

Closed chrisroberts closed 8 years ago

chrisroberts commented 8 years ago

Stack updates with no template provided will not properly set the UsePreviousTemplate flag due to the template being lazy loaded when checked here:

https://github.com/miasma-rb/miasma-aws/blob/master/lib/miasma/contrib/aws/orchestration.rb#L172

re: sparkleformation/sfn#83