Skip to content

Commit f624da5

Browse files
committed
Bump Storage Account module
1 parent 70c2764 commit f624da5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

terraform/azure/pipeline/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ locals {
1212

1313
module "storage_account" {
1414
source = "snowplow-devops/storage-account/azurerm"
15-
version = "0.1.2"
15+
version = "0.1.3"
1616

1717
count = var.storage_account_deploy ? 1 : 0
1818

terraform/azure/pipeline/versions.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ terraform {
66
source = "hashicorp/azurerm"
77
version = ">= 3.58.0"
88
}
9+
azuread = {
10+
source = "hashicorp/azuread"
11+
version = ">= 2.43.0, < 2.44.0"
12+
}
913
}
1014
}
1115

0 commit comments

Comments
 (0)