without aws stack template validation

This commit is contained in:
Anton Martynov 2015-12-11 13:15:36 +03:00
parent c016d777e2
commit 0bf0c6d713

View File

@ -261,8 +261,9 @@ module Provider
end end
def validate_stack_template template def validate_stack_template template
r = cloud_formation.validate_template({'TemplateBody' => template}) #r = cloud_formation.validate_template({'TemplateBody' => template})
pp r.body #pp r.body
true
end end
def delete_stack(stack) def delete_stack(stack)