without aws stack template validation
This commit is contained in:
parent
c016d777e2
commit
0bf0c6d713
@ -261,8 +261,9 @@ module Provider
|
||||
end
|
||||
|
||||
def validate_stack_template template
|
||||
r = cloud_formation.validate_template({'TemplateBody' => template})
|
||||
pp r.body
|
||||
#r = cloud_formation.validate_template({'TemplateBody' => template})
|
||||
#pp r.body
|
||||
true
|
||||
end
|
||||
|
||||
def delete_stack(stack)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user