Skip to content

Commit

Permalink
Create rockpal tenant
Browse files Browse the repository at this point in the history
  • Loading branch information
benchiverton committed Jul 3, 2024
1 parent 2c91354 commit 435791c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions terraform/permanent/tenant.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
resource "azurerm_aadb2c_directory" "rockpal" {
country_code = "UK"
data_residency_location = "United Kingdom"
display_name = "rockpal-b2c-tenant"
domain_name = "rockpal.co.uk"
resource_group_name = azurerm_resource_group.permanent.name
sku_name = "PremiumP1"
}

0 comments on commit 435791c

Please sign in to comment.