Skip to content

Commit

Permalink
Merge branch 'main' into CES-205-add-common-module-outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
mamu0 authored Dec 23, 2024
2 parents 27a7b43 + 6a88b87 commit 6397de1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/core/prod/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
| Name | Type |
|------|------|
| [azurerm_resource_group.acr_weu](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/resource_group) | resource |
| [azurerm_resource_group.agw_itn](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/resource_group) | resource |
| [azurerm_resource_group.assets_cdn_weu](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/resource_group) | resource |
| [azurerm_resource_group.common_itn](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/resource_group) | resource |
| [azurerm_resource_group.common_weu](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/resource_group) | resource |
Expand Down
7 changes: 7 additions & 0 deletions src/core/prod/resource_groups.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ resource "azurerm_resource_group" "common_itn" {
tags = local.tags
}

resource "azurerm_resource_group" "agw_itn" {
name = "${local.project_itn}-agw-rg-01"
location = "italynorth"

tags = local.tags
}

resource "azurerm_resource_group" "dashboards_itn" {
name = "${local.project_itn}-common-dashboards-rg-01"
location = "italynorth"
Expand Down

0 comments on commit 6397de1

Please sign in to comment.