Skip to content

Releases: Azure-Terraform/terraform-azurerm-resource-group

v2.1.0

17 Mar 17:16
Compare
Choose a tag to compare

Allow for freeform string input for unique_name variable.

Create random_integer resource only if var.unique_name is true

23 Apr 20:06
d3ef7ca
Compare
Choose a tag to compare

The random_integer resource added in v1.1.0 was getting created in every case, even when var.unique_name is false. This release makes the creation of that resource conditional upon setting var.unique_name to true, since it's not used at all otherwise.

Also fixes the following three items:

  • Upgrading the module from v1.0.0 to v1.1.0 sometimes caused an unexplained diff in downstream resources. An unintended side effect of this refactor is that this weird diff doesn't occur anymore.
  • Updates the provider dependency syntax to TF 0.13+ standards with the source argument.
  • Explicitly declares a dependency on the random provider.

Due to the second point above, this release carries a breaking change and may no longer be used with versions of TF earlier than 0.13.0.

Support for Unique Names added

23 Apr 13:34
Compare
Choose a tag to compare