This enables the terraform to use different cloud environments, such as Azure Germany.
The values are based of https://www.terraform.io/docs/providers/azurerm/#environment.
The variable cloud_name was used because env is already overloaded for OpsMan and PCF usage.
The default cloud_name is just using the US cloud environment, the original default of the terraform provider
We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.
The labels on this github issue will be updated when the story is started.
This enables the terraform to use different cloud environments, such as Azure Germany. The values are based of https://www.terraform.io/docs/providers/azurerm/#environment. The variable
cloud_name
was used becauseenv
is already overloaded for OpsMan and PCF usage. The defaultcloud_name
is just using the US cloud environment, the original default of the terraform provider