mirror of
https://github.com/Dannecron/netology-devops.git
synced 2025-12-25 23:32:37 +03:00
homework 7.3: add task 2
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user