Skip to content

Commit

Permalink
[IOPLT-822] Create resource group for AGW in Italy north (#1373)
Browse files Browse the repository at this point in the history
Co-authored-by: Krusty93 <[email protected]>
  • Loading branch information
Krusty93 and Krusty93 authored Dec 23, 2024
1 parent 26956aa commit 6a88b87
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 6a88b87

Please sign in to comment.