зеркало из https://github.com/microsoft/AzureTRE.git
Fix RP subnet migration (#3129)
This commit is contained in:
Родитель
5ab90df855
Коммит
76a740a0be
|
@ -181,7 +181,7 @@ if [ -n "${rp_subnet}" ]; then
|
|||
-n "${TF_VAR_terraform_state_container_name}" \
|
||||
-k "${TRE_ID}" \
|
||||
-l "${LOG_FILE}" \
|
||||
-c "terraform plan -destroy -target module.resource_processor_vmss_porter[0] \
|
||||
-c "terraform plan -destroy -target module.resource_processor_vmss_porter[0].azurerm_linux_virtual_machine_scale_set.vm_linux \
|
||||
-target azurerm_private_endpoint.sbpe \
|
||||
-target azurerm_private_endpoint.mongo \
|
||||
-out ${PLAN_FILE} && \
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = "0.7.0"
|
||||
__version__ = "0.7.1"
|
||||
|
|
Загрузка…
Ссылка в новой задаче