Skip to content

Commit

Permalink
chore(documentation): Update documentation version to 3.0.2
Browse files Browse the repository at this point in the history
Update the version used in the documentation and examples to 3.0.2 after
the latest release.
  • Loading branch information
HorizonNet committed Aug 15, 2024
1 parent 6c13ab9 commit beb365f
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.1"
version = "3.0.2"
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.1"
version = "3.0.2"
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.1"
version = "3.0.2"

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.1"
version = "3.0.2"

storage_account_name = "tstate"
storage_account_resource_group_name = data.azurerm_resource_group.tstate.name
Expand Down

0 comments on commit beb365f

Please sign in to comment.