New in version 2017.7.0.
depends: |
|
---|---|
configuration: |
See |
The heat module is used to create, show, list and delete Heat staks. Stack can be set as either absent or deploy.
heat.deployed: - name: - template: #Required - environment: - params: {} - poll: 5 - rollback: False - timeout: 60 heat.absent: - name: - poll: 5
New in version 2017.7.5,2018.3.1: The spelling mistake in parameter enviroment was corrected to environment. The misspelled version is still supported for backward compatibility, but will be removed in Salt Neon.
Ensure that the named stack is absent
Deploy stack with the specified properties
New in version 2017.7.5,2018.3.1: The spelling mistake in parameter enviroment was corrected to environment. The misspelled version is still supported for backward compatibility, but will be removed in Salt Neon.
© 2019 SaltStack.
Licensed under the Apache License, Version 2.0.
https://docs.saltstack.com/en/latest/ref/states/all/salt.states.heat.html