hashicorp / go-discover

Discover nodes in cloud environments
Mozilla Public License 2.0
563 stars 123 forks source link

pin azure providers and remove Terraform output #79

Closed alvin-huang closed 5 years ago

alvin-huang commented 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).