sassoftware / viya4-iac-azure

This project contains Terraform configuration files to provision infrastructure components required to deploy SAS Viya platform products on Microsoft Azure Cloud.
Apache License 2.0
74 stars 89 forks source link

set 'sku' to 'Standard' #395

Closed jasonthemartyr closed 2 weeks ago

jasonthemartyr commented 3 months ago

Default NSG settings for Azure VM's for "basic" SKU is open to all. This PR explicitly sets the default to "Standard"

riragh commented 2 weeks ago

Sorry for the delayed response, Thank you for providing with PR. The sku for Azure VM is now set to 'standard' by default. This change is present in main branch. Update was made in the bigger effort of major version update for Terraform azurerm provider version from v3.92.0 to v4.3.0. Closing this PR.