This project contains Terraform configuration files to provision infrastructure components required to deploy SAS Viya platform products on Microsoft Azure Cloud.
Updates 3rd party dependencies. Users of the Dockerfile will automatically have these updated dependencies installed, and users who directly run this project on the host will need to update the dependencies themselves.
terraform 1.6.6 -> 1.7.3
updated to latest version, not a breaking change.
Azure CLI 2.56.0 -> 2.57.0
updated to latest version, not a breaking change
hashicorp/azurerm from 3.86.0 -> 3.92.0
updated to latest version, no breaking change, provider changes are transparent to users
Tests:
Verified following scenario, see internal ticket for details
Changes
Updates 3rd party dependencies. Users of the Dockerfile will automatically have these updated dependencies installed, and users who directly run this project on the host will need to update the dependencies themselves.
terraform
1.6.6 -> 1.7.3Azure CLI
2.56.0 -> 2.57.0hashicorp/azurerm
from 3.86.0 -> 3.92.0Tests: