diff --git a/null-template/env0.yml b/null-template/env0.yml index b85fbf9..3210082 100644 --- a/null-template/env0.yml +++ b/null-template/env0.yml @@ -3,9 +3,22 @@ deploy: steps: setupVariables: after: + - pwsh -v - aws --version - gcloud --version - az --version + - python --version + - python3 --version + - git --version + - npm --version + - yarn --version + - node --version + - pip --version + - pip2 --version + - pip3 --version + - kubectl version --client + - tfenv --version + - echo "wow2" destroy: onCompletion: - - echo "destroy-onCompletion" + - echo "destroy-onCompletion!!!" diff --git a/null-template/main.tf b/null-template/main.tf index dd529f9..a2b6bf1 100644 --- a/null-template/main.tf +++ b/null-template/main.tf @@ -3,3 +3,6 @@ resource "null_resource" "null" { resource "null_resource" "null2" { } + +resource "null_resource" "null-template-2" { +}