Deploy BinaryAlert (equivalent to unit_test + build + apply)
(self)
| 158 | print('Updated configuration successfully saved to terraform/terraform.tfvars!') |
| 159 | |
| 160 | def deploy(self) -> None: |
| 161 | """Deploy BinaryAlert (equivalent to unit_test + build + apply)""" |
| 162 | self.unit_test() |
| 163 | self.build() |
| 164 | self.apply() |
| 165 | |
| 166 | def destroy(self) -> None: |
| 167 | """Teardown all of the BinaryAlert infrastructure""" |