Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
fix: change-prom-endpoint switched endpoint from public module to act…
Browse files Browse the repository at this point in the history
…ive module (#63)
  • Loading branch information
PaulHLiatrio authored Oct 4, 2023
1 parent e86c923 commit 1b59392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ locals {
grafana_iam_role_name = module.managed_grafana.workspace_iam_role_name
iam_role_name = "aws-observability-workspace-iam-role"

amp_ws_endpoint = module.managed_prometheus[0].workspace_prometheus_endpoint
amp_ws_endpoint = aws_prometheus_workspace.amp_ws.prometheus_endpoint
amg_ws_endpoint = "https://${data.aws_grafana_workspace.this.endpoint}"
amg_ws_id = module.managed_grafana.workspace_id
idp_metadata_url = var.generate_metadata_url ? "${var.idp_url_with_postfix}${data.aws_grafana_workspace.this.endpoint}/saml/metadata" : ""
Expand Down

0 comments on commit 1b59392

Please sign in to comment.