1
0
Форкнуть 0
This commit is contained in:
Hieu Nguyen Nhu 2021-07-24 10:30:25 +08:00
Родитель a83eb5eb33
Коммит 80491af01e
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -45,7 +45,7 @@ jobs:
- uses: hashicorp/setup-terraform@v1
with:
terraform_version: 1.0.0
terraform_version: 1.0.3
terraform_wrapper: false
# https://stackoverflow.com/questions/65170927/terraform-output-value-failed-formatted-by-jq-in-github-actions
@ -82,7 +82,7 @@ jobs:
cd enterprise_scale/construction_sets/aks/online/aks_secure_baseline/standalone
configuration_folder=configuration
parameter_files=$(find $configuration_folder -not -path "*launchpad*" | grep .tfvars | sed 's/.*/-var-file &/' | xargs)
eval terraform destroy ${parameter_files} -var tags='{testing_job_id='"$ENVIRONMENT"'}' -auto-approve
eval terraform destroy ${parameter_files} -auto-approve
purge:
name: purge

2
.vscode/settings.json поставляемый
Просмотреть файл

@ -3,5 +3,5 @@
"terminal.integrated.shell.linux": "/bin/bash",
"editor.tabSize": 2,
"terminal.integrated.scrollback": 8000,
"terminal.integrated.cwd": "/tf/caf",
// "terminal.integrated.cwd": "/tf/caf",
}