Skip to content

Commit

Permalink
chore(main): Update documentation version after release
Browse files Browse the repository at this point in the history
Update the version used in the documentation after the latest 3.0.1
release.
  • Loading branch information
HorizonNet committed Aug 4, 2024
1 parent aeb9bf3 commit 39c1b62
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 @@ -12,7 +12,7 @@ already uses the recommended default configuraton values.
```terraform
module "terraform_state_storage_account" {
source = "ultratendency/secure-storage-account/azurerm"
version = "3.0.0"
version = "3.0.1"
storage_account_name = "tstate"
storage_account_resource_group_name = "tstate"
Expand All @@ -30,7 +30,7 @@ following is only a descriptive example and does not follow recommended configur
```terraform
module "terraform_state_storage_account" {
source = "ultratendency/secure-storage-account/azurerm"
version = "3.0.0"
version = "3.0.1"
storage_account_name = "tstate"
storage_account_resource_group_name = "tstate"
Expand Down
2 changes: 1 addition & 1 deletion examples/complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ provider "azurerm" {

module "terraform_state_storage_account" {
source = "ultratendency/secure-storage-account/azurerm"
version = "3.0.0"
version = "3.0.1"

storage_account_name = "tstate"
storage_account_resource_group_name = "tstate"
Expand Down
2 changes: 1 addition & 1 deletion examples/simple/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ provider "azurerm" {

module "terraform_state_storage_account" {
source = "ultratendency/secure-storage-account/azurerm"
version = "3.0.0"
version = "3.0.1"

storage_account_name = "tstate"
storage_account_resource_group_name = "tstate"
Expand Down

0 comments on commit 39c1b62

Please sign in to comment.