Sfoglia il codice sorgente

Script for terraform lab

main
kusum 11 mesi fa
parent
commit
3cdbeb5946
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      GSAutomation/scripts/tflab-property.sh

+ 1
- 1
GSAutomation/scripts/tflab-property.sh Vedi File

@@ -1,7 +1,7 @@
#!/bin/bash

echo $PWD &&
cd gs-tflab-property &&
cd tflab-property &&
terraform init &&
terraform plan -out=.plan &&
terraform apply .plan &&

Loading…
Annulla
Salva