InformaticsMatters / okd-orchestrator

An Orchestrator for RedHat's OpenShift/OKD container runtime
MIT License
0 stars 4 forks source link

Running destroy a 2nd time causes an error (AWS) #37

Open alanbchristie opened 5 years ago

alanbchristie commented 5 years ago

The aws_region variable is lost because terraform has removed the yaml file. A better solution would be to pass the region to the playbook via an -e command with the region extracted from the deployment configuration, but make it generic (i.e. -e cluster_region=<region>) to support GCE.