From 0de6d91188ea9e1550760dcd2712bc0e160072bf Mon Sep 17 00:00:00 2001 From: Jan Hentschel Date: Fri, 13 Sep 2024 09:33:10 +0200 Subject: [PATCH] fix(documentation): Update documentation version to 3.0.3 Update the version used in the documentation and examples to 3.0.3 in preparation of the upcoming release. --- 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 1eec4ab..f8ad29d 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ data "azurerm_resource_group" "tstate" { module "terraform_state_storage_account" { source = "ultratendency/secure-storage-account/azurerm" - version = "3.0.2" + version = "3.0.3" storage_account_name = "tstate" storage_account_resource_group_name = data.azurerm_resource_group.tstate.name @@ -39,7 +39,7 @@ data "azurerm_resource_group" "tstate" { module "terraform_state_storage_account" { source = "ultratendency/secure-storage-account/azurerm" - version = "3.0.2" + version = "3.0.3" storage_account_name = "tstate" storage_account_resource_group_name = data.azurerm_resource_group.tstate.name diff --git a/examples/complete/main.tf b/examples/complete/main.tf index 54d9b76..7da5efc 100644 --- a/examples/complete/main.tf +++ b/examples/complete/main.tf @@ -8,7 +8,7 @@ data "azurerm_resource_group" "tstate" { module "terraform_state_storage_account" { source = "ultratendency/secure-storage-account/azurerm" - version = "3.0.2" + version = "3.0.3" storage_account_name = "tstate" storage_account_resource_group_name = data.azurerm_resource_group.tstate.name diff --git a/examples/simple/main.tf b/examples/simple/main.tf index b6a0f7b..da528c5 100644 --- a/examples/simple/main.tf +++ b/examples/simple/main.tf @@ -8,7 +8,7 @@ data "azurerm_resource_group" "tstate" { module "terraform_state_storage_account" { source = "ultratendency/secure-storage-account/azurerm" - version = "3.0.2" + version = "3.0.3" storage_account_name = "tstate" storage_account_resource_group_name = data.azurerm_resource_group.tstate.name