Skip to content

Commit

Permalink
change name of LAW
Browse files Browse the repository at this point in the history
  • Loading branch information
elay committed Jun 24, 2024
1 parent c6c012b commit e4715fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deployment/terraform/resources/functions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ resource "azurerm_role_assignment" "function-app-storage-table-data-contributor"

data "azurerm_log_analytics_workspace" "prod_log_analytics_workspace" {
provider = azurerm.planetary_computer_subscription
name = var.log_analytics_workspace_name
name = var.prod_log_analytics_workspace_name
resource_group_name = var.pc_resources_rg
}

Expand Down
2 changes: 1 addition & 1 deletion deployment/terraform/resources/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ variable "image_output_storage_url" {
type = string
}

variable "log_analytics_workspace_name" {
variable "prod_log_analytics_workspace_name" {
type = string
}

Expand Down
2 changes: 1 addition & 1 deletion deployment/terraform/staging/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module "resources" {
animation_output_storage_url = "https://pcfilestest.blob.core.windows.net/output/animations"
image_output_storage_url = "https://pcfilestest.blob.core.windows.net/output/images"

log_analytics_workspace_name = "pc-api-loganalytics"
prod_log_analytics_workspace_name = "pc-api-loganalytics"
}

terraform {
Expand Down

0 comments on commit e4715fe

Please sign in to comment.