initial version of terraform openstack example incl load balancer
This commit is contained in:
5
terraform/demo4-scale-out-lb/run-terraform.sh
Normal file
5
terraform/demo4-scale-out-lb/run-terraform.sh
Normal file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
./terraform init
|
||||
./terraform plan
|
||||
./terraform apply
|
||||
./terraform destroy
|
Reference in New Issue
Block a user