Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
Merge 0446800 into 518879d
Browse files Browse the repository at this point in the history
  • Loading branch information
mklarsen committed Jan 15, 2020
2 parents 518879d + 0446800 commit 2326815
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions script/terraforming_all
@@ -0,0 +1,13 @@
#!/bin/bash
###################################################
# Script by Martin Kraus Larsen <martin@mpsoft.dk>

# Build array of Terraforming-commands
arrCmds=( asg dbpg dbsg dbsn ec2 ecc ecsn elb iamg iamgm iamgp iamip iamp iamr iamrp iamu iamup nacl r53r r53z rds rt rta s3 sg sn vpc )

# Run it
for i in "${arrCmds[@]}"
do
echo "Terraforming the $i"
terraforming $i > $i.tf
done

0 comments on commit 2326815

Please sign in to comment.