Skip to content

Commit

Permalink
Delete the old Terraform managed resource group
Browse files Browse the repository at this point in the history
  • Loading branch information
halprin committed Sep 28, 2023
1 parent 9bac7b6 commit 7badd1d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions operations/template/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ data "azurerm_resource_group" "group" {
name = "csels-rsti-${var.environment}-moderate-rg"
}

#resource "azurerm_resource_group" "group" {
# name = "cdcti-${var.environment}"
# location = "Central US"
#}

# Create the container registry
resource "azurerm_container_registry" "registry" {
name = "cdcti${var.environment}containerregistry"
Expand Down

0 comments on commit 7badd1d

Please sign in to comment.