Skip to content

Commit

Permalink
Merge pull request #32 from atea/renew
Browse files Browse the repository at this point in the history
Upgrade
  • Loading branch information
fwikestad authored Apr 17, 2024
2 parents 881e81e + 324c3e3 commit ed0a232
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Core/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,11 @@ provider "azurerm" {
data "azurerm_client_config" "core" {}

module "alz_architecture" {
source = "Azure/caf-enterprise-scale/azurerm"
version = "4.2.0"
disable_telemetry = true
library_path = "${path.root}/lib"
source = "Azure/caf-enterprise-scale/azurerm"
version = "5.0.3"
disable_telemetry = true
strict_subscription_association = true
library_path = "${path.root}/lib"

providers = {
azurerm = azurerm
Expand Down

0 comments on commit ed0a232

Please sign in to comment.