Skip to content

Commit

Permalink
Bump Storage Account module
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeemster committed Jan 3, 2025
1 parent 01c6205 commit 0da49e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/azure/pipeline/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ locals {

module "storage_account" {
source = "snowplow-devops/storage-account/azurerm"
version = "0.1.2"
version = "0.1.3"

count = var.storage_account_deploy ? 1 : 0

Expand Down
4 changes: 4 additions & 0 deletions terraform/azure/pipeline/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ terraform {
source = "hashicorp/azurerm"
version = ">= 3.58.0"
}
azuread = {
source = "hashicorp/azuread"
version = ">= 2.43.0, < 2.44.0"
}
}
}

Expand Down

0 comments on commit 0da49e8

Please sign in to comment.