Skip to content

Commit

Permalink
Merge branch 'int-5.7.0' of https://github.com/Azure/caf-terraform-la…
Browse files Browse the repository at this point in the history
…ndingzones into int-5.7.0
  • Loading branch information
LaurentLesle committed Jul 26, 2023
2 parents 988b718 + 07b50de commit 3c4f95d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
9 changes: 5 additions & 4 deletions caf_solution/local.storage.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ locals {
storage = merge(
var.storage,
{
netapp_accounts = var.netapp_accounts
storage_account_blobs = var.storage_account_blobs
storage_account_queues = var.storage_account_queues
storage_containers = var.storage_containers
netapp_accounts = var.netapp_accounts
storage_account_blobs = var.storage_account_blobs
storage_account_file_shares = var.storage_account_file_shares
storage_account_queues = var.storage_account_queues
storage_containers = var.storage_containers
}
)
}
3 changes: 3 additions & 0 deletions caf_solution/variables.storage.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ variable "storage_account_blobs" {
variable "storage_accounts" {
default = {}
}
variable "storage_account_file_shares" {
default = {}
}
variable "storage_account_queues" {
default = {}
}
Expand Down

0 comments on commit 3c4f95d

Please sign in to comment.