Closed alvin-huang closed 5 years ago
1) Pinning the azure provider for azure-vmss will prevent erroring on: https://github.com/terraform-providers/terraform-provider-azurerm/pull/2035 which creates:
Error: module.vmss.azurerm_virtual_machine_scale_set.test: "network_profile.0.ip_configuration.0.primary": required field is not set
2) pinning the azure provider for azurerm to something we know works as of today.
3) removing Terraform output so we don't show public IPs (not a huge deal since they do get destroyed at the end but good for sanity).
1) Pinning the azure provider for azure-vmss will prevent erroring on: https://github.com/terraform-providers/terraform-provider-azurerm/pull/2035 which creates:
2) pinning the azure provider for azurerm to something we know works as of today.
3) removing Terraform output so we don't show public IPs (not a huge deal since they do get destroyed at the end but good for sanity).