Skip to content

Commit

Permalink
fix(documentation): Update documentation version to 3.0.3
Browse files Browse the repository at this point in the history
Update the version used in the documentation and examples to 3.0.3 in
preparation of the upcoming release.
  • Loading branch information
HorizonNet committed Sep 13, 2024
1 parent a623dba commit 0de6d91
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/simple/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0de6d91

Please sign in to comment.