homework 7.3: add task 2

This commit is contained in:
2022-06-23 15:16:53 +07:00
parent 55f07be3d0
commit bb13a1061e
5 changed files with 483 additions and 9 deletions

View File

@@ -10,3 +10,13 @@ tf-init:
tf-plan:
cd ./terraform \
&& env $(cat ../.env) terraform plan
tf-ws-prod:
cd ./terraform \
&& terraform workspace select prod
tf-ws-stage:
cd ./terraform \
&& terraform workspace select stage
tf-ws-current:
cd ./terraform \
&& terraform workspace list