Skip to content

Commit

Permalink
fix: az-storage tf module : Set default value to false for shared_acc…
Browse files Browse the repository at this point in the history
…ess_key_enabled
  • Loading branch information
using-system committed Nov 26, 2023
1 parent e5a6fa7 commit 2cb92a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/az-storage/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ variable "min_tls_version" {
variable "shared_access_key_enabled" {
description = "Specifies whether the storage account permits requests to be authorized with the account access key via Shared Key."
type = bool
default = true
default = false
}

variable "public_network_access_enabled" {
Expand Down

0 comments on commit 2cb92a5

Please sign in to comment.