SlideRuleEarth / sliderule-prov-sys

Provisioning System for Slide Rule clusters
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Better couple is_deployed state to terraform outputs #7

Closed cugarteblair closed 1 year ago

cugarteblair commented 1 year ago

When Load Balancer timed-out waiting to become active the ps-server still set state is_deployed to True Consider how to destroy if partial deploy occurs.

Error: waiting for Load Balancer (sliderule-lb) to be active: timeout while waiting for state to become 'active' (last state: 'provisioning', timeout: 10m0s) │ │ with aws_lb.sliderule-lb, │ on load-balancer.tf line 1, in resource "aws_lb" "sliderule-lb": │ 1: resource "aws_lb" "sliderule-lb" { │ ╵

cugarteblair commented 1 year ago

code was added to destroy if an error occurs during processing the deploy command