選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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