You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

create_pwshlabproperty.sh 124B

12345678
  1. #!/bin/bash
  2. echo $PWD &&
  3. cd pwshlabtf &&
  4. terraform init &&
  5. terraform plan -out=.plan &&
  6. terraform apply .plan &&
  7. cd $OLDPWD