Fix undefined location for Prod
This commit is contained in:
Родитель
634b580082
Коммит
fc2c387202
|
@ -3,7 +3,6 @@
|
|||
|
||||
# Prod environment
|
||||
variables:
|
||||
|
||||
# Global
|
||||
ap_vm_image: ubuntu-20.04
|
||||
|
||||
|
@ -14,7 +13,6 @@ variables:
|
|||
enable_aml_computecluster: true
|
||||
enable_monitoring: false
|
||||
|
||||
|
||||
# Azure DevOps
|
||||
ado_service_connection_rg: Azure-ARM-Prod
|
||||
ado_service_connection_aml_ws: Azure-ARM-Prod
|
||||
|
@ -32,7 +30,7 @@ variables:
|
|||
# For terraform reference
|
||||
terraform_version: 1.3.6
|
||||
terraform_workingdir: infrastructure
|
||||
terraform_st_location: $(location)
|
||||
terraform_st_location: $(location)
|
||||
terraform_st_resource_group: rg-$(namespace)-$(postfix)$(environment)-tf
|
||||
terraform_st_storage_account: st$(namespace)$(postfix)$(environment)tf
|
||||
terraform_st_container_name: default
|
||||
|
|
Загрузка…
Ссылка в новой задаче