Skip to content

Releases: avinor/terraform-azurerm-remote-backend

v3.0.0

27 Oct 09:01
9ad440e

Choose a tag to compare

Breaking changes!

azurerm is upgraded to v3.28.0 which changes the following:

  • The casing on the values for the certificate_permissions field have been updated to use TitleCase (e.g. setissuers -> SetIssuers).
  • The casing on the values for the key_permissions field have been updated to use TitleCase (e.g. unwrapKey -> UnwrapKey).
  • The casing on the values for the secret_permissions field have been updated to use TitleCase (e.g. purge -> Purge).
  • The casing on the values for the storage_permissions field have been updated to use TitleCase (e.g. regenerateKey -> RegenerateKey).

Other upgrades:

  • go v1.19
  • terratest v0.40.24
  • null v3.2.0

v2.0.0

02 Jun 14:28
cf51bf7

Choose a tag to compare

Breaking Changes!

  • Change to terraform 0.13 syntax
  • Set terraform min version >= 0.13
  • Bump up hashicorp null versions to 3.x.x

v1.0.3

09 Sep 13:08

Choose a tag to compare

Just updated documentation

v1.0.2

22 Aug 22:45

Choose a tag to compare

Updating to azurerm 1.33 provider, new required field was missing

v1.0.1

14 Aug 09:40

Choose a tag to compare

Update documentation

v1.0.0

05 Jul 10:44

Choose a tag to compare

Added access policies, an example and updated README

v0.2.0

10 May 12:34

Choose a tag to compare

Adding user_object_id as input to generate tokens

v0.1.0

08 May 10:46

Choose a tag to compare

Adding template for remote backend with examples