Skip to content

Commit

Permalink
Update container_apps.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
benchiverton committed Jun 26, 2024
1 parent 615b360 commit 5e4fdc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/instance/container_apps.tf
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ resource "azurerm_container_app" "website" {
}

resource "azurerm_container_app" "monitoring" {
name = "${var.name}-website"
name = "${var.name}-monitoring"
container_app_environment_id = azurerm_container_app_environment.apps.id
resource_group_name = azurerm_resource_group.instance.name
revision_mode = "Single"
Expand Down

0 comments on commit 5e4fdc8

Please sign in to comment.