From 84426ae4623d50cd070e4acb08f54a6a4ffcc561 Mon Sep 17 00:00:00 2001 From: Jan Hentschel Date: Fri, 2 Aug 2024 16:09:21 +0200 Subject: [PATCH] feat(documentation): Update documentation to release 2.1.0 (#481) Update the documentation to reflect the next release 2.1.0. --- README.md | 4 ++-- examples/complete/main.tf | 2 +- examples/simple/main.tf | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 79fa189..5d07a21 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ already uses the recommended default configuraton values. ```hcl module "terraform_state_storage_account" { source = "ultratendency/secure-storage-account/azurerm" - version = "2.0.0" + version = "2.1.0" storage_account_name = "tstate" storage_account_resource_group_name = "tstate" @@ -30,7 +30,7 @@ following is only a descriptive example and does not follow recommended configur ```hcl module "terraform_state_storage_account" { source = "ultratendency/secure-storage-account/azurerm" - version = "2.0.0" + version = "2.1.0" storage_account_name = "tstate" storage_account_resource_group_name = "tstate" diff --git a/examples/complete/main.tf b/examples/complete/main.tf index dc6dd6e..3dc4128 100644 --- a/examples/complete/main.tf +++ b/examples/complete/main.tf @@ -4,7 +4,7 @@ provider "azurerm" { module "terraform_state_storage_account" { source = "ultratendency/secure-storage-account/azurerm" - version = "2.0.0" + version = "2.1.0" storage_account_name = "tstate" storage_account_resource_group_name = "tstate" diff --git a/examples/simple/main.tf b/examples/simple/main.tf index bce9b12..9870564 100644 --- a/examples/simple/main.tf +++ b/examples/simple/main.tf @@ -4,7 +4,7 @@ provider "azurerm" { module "terraform_state_storage_account" { source = "ultratendency/secure-storage-account/azurerm" - version = "2.0.0" + version = "2.1.0" storage_account_name = "tstate" storage_account_resource_group_name = "tstate"