Skip to content

Commit

Permalink
I missed this hardcoded region
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Woffenden <jacob.woffenden@justice.gov.uk>
  • Loading branch information
jacobwoffenden committed Nov 26, 2024
1 parent 572828a commit 9d057ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
locals {
name = "${var.name}-amp"
url = "https://aps-workspaces.eu-west-2.amazonaws.com/workspaces/${var.amazon_prometheus_workspace_id}/"
url = "https://aps-workspaces.${var.amazon_prometheus_workspace_region}.amazonaws.com/workspaces/${var.amazon_prometheus_workspace_id}/"
}

resource "grafana_data_source" "this" {
Expand Down

0 comments on commit 9d057ed

Please sign in to comment.