Skip to content

Commit

Permalink
Merge pull request #7775 from ministryofjustice/feature/core-billing-…
Browse files Browse the repository at this point in the history
…obsplat

Add Observability Platform to core-billing
  • Loading branch information
ASTRobinson authored Aug 23, 2024
2 parents b46be35 + 134239d commit bf60e73
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions terraform/environments/core-billing/observability.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module "observability_platform_tenant" {

source = "github.com/ministryofjustice/terraform-aws-observability-platform-tenant?ref=fbbe5c8282786bcc0a00c969fe598e14f12eea9b" # v1.2.0

observability_platform_account_id = local.environment_management.account_ids["observability-platform-production"]

tags = local.tags
}

0 comments on commit bf60e73

Please sign in to comment.