Skip to content

Commit

Permalink
Rename the API and the docs because Azure is stupid
Browse files Browse the repository at this point in the history
  • Loading branch information
halprin committed Sep 27, 2023
1 parent 7790c25 commit cc9e13c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions operations/template/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ resource "azurerm_service_plan" "plan" {

# Create the staging App Service
resource "azurerm_linux_web_app" "api" {
name = "cdcti-${var.environment}-api"
name = "cdcti-${var.environment}-api2"
resource_group_name = data.azurerm_resource_group.group.name
location = azurerm_service_plan.plan.location
service_plan_id = azurerm_service_plan.plan.id
Expand All @@ -62,7 +62,7 @@ resource "azurerm_linux_web_app" "api" {
}

resource "azurerm_storage_account" "docs" {
name = "cdcti${var.environment}docs"
name = "cdcti${var.environment}docs2"
resource_group_name = data.azurerm_resource_group.group.name
location = data.azurerm_resource_group.group.location
account_tier = "Standard"
Expand Down

0 comments on commit cc9e13c

Please sign in to comment.