Skip to content

Commit

Permalink
chore: update examples (#211)
Browse files Browse the repository at this point in the history
Release-As: 12.4.1
  • Loading branch information
hknutsen authored Mar 14, 2024
1 parent ce6e6f1 commit 987465c
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 23 deletions.
6 changes: 2 additions & 4 deletions examples/premium-block-blob-storage/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ module "log_analytics" {
}

module "storage" {
# source = "equinor/storage/azurerm"
# version = "12.3.0"
source = "../.."
source = "equinor/storage/azurerm"
version = "12.4.0"

account_name = "st${random_id.this.hex}"
resource_group_name = var.resource_group_name
Expand All @@ -30,5 +29,4 @@ module "storage" {
account_tier = "Premium"
account_kind = "BlockBlobStorage"
account_replication_type = "LRS"
access_tier = null
}
6 changes: 2 additions & 4 deletions examples/premium-data-lake-storage/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ module "log_analytics" {
}

module "storage" {
# source = "equinor/storage/azurerm"
# version = "12.3.0"
source = "../.."
source = "equinor/storage/azurerm"
version = "12.4.0"

account_name = "st${random_id.this.hex}"
resource_group_name = var.resource_group_name
Expand All @@ -30,6 +29,5 @@ module "storage" {
account_tier = "Premium"
account_kind = "BlockBlobStorage"
account_replication_type = "LRS"
access_tier = null
is_hns_enabled = true
}
5 changes: 2 additions & 3 deletions examples/premium-file-storage/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ module "log_analytics" {
}

module "storage" {
# source = "equinor/storage/azurerm"
# version = "12.3.0"
source = "../.."
source = "equinor/storage/azurerm"
version = "12.4.0"

account_name = "st${random_id.this.hex}"
resource_group_name = var.resource_group_name
Expand Down
5 changes: 2 additions & 3 deletions examples/premium-gpv2-storage/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ module "log_analytics" {
}

module "storage" {
# source = "equinor/storage/azurerm"
# version = "12.3.0"
source = "../.."
source = "equinor/storage/azurerm"
version = "12.4.0"

account_name = "st${random_id.this.hex}"
resource_group_name = var.resource_group_name
Expand Down
5 changes: 2 additions & 3 deletions examples/standard-blob-storage/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ module "log_analytics" {
}

module "storage" {
# source = "equinor/storage/azurerm"
# version = "12.3.0"
source = "../.."
source = "equinor/storage/azurerm"
version = "12.4.0"

account_name = "st${random_id.this.hex}"
resource_group_name = var.resource_group_name
Expand Down
5 changes: 2 additions & 3 deletions examples/standard-data-lake-storage/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ module "log_analytics" {
}

module "storage" {
# source = "equinor/storage/azurerm"
# version = "12.3.0"
source = "../.."
source = "equinor/storage/azurerm"
version = "12.4.0"

account_name = "st${random_id.this.hex}"
resource_group_name = var.resource_group_name
Expand Down
5 changes: 2 additions & 3 deletions examples/standard-gpv2-storage/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ module "log_analytics" {
}

module "storage" {
# source = "equinor/storage/azurerm"
# version = "12.3.0"
source = "../.."
source = "equinor/storage/azurerm"
version = "12.4.0"

account_name = "st${random_id.this.hex}"
resource_group_name = var.resource_group_name
Expand Down

0 comments on commit 987465c

Please sign in to comment.