Skip to content

Commit

Permalink
update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
VeronicaSea committed Oct 15, 2024
1 parent 8a4dc09 commit 71ba6da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
SUMMARY : Deploys the Management Groups and Subscriptions for the Sovereign Landing Zone
AUTHOR/S: Cloud for Sovereignty
*/
resource "random_uuid" "partner_data_uuid" {
}
resource "random_uuid" "partner_data_uuid" {}

module "slz_management_groups" {
source = "Azure/avm-ptn-alz/azurerm"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ terraform {
source = "hashicorp/azurerm"
version = "~> 3.107"
}

random = {
source = "hashicorp/random"
version = "~> 3.6.3"
}
}
}

Expand Down

0 comments on commit 71ba6da

Please sign in to comment.