This Terraform module provisions the required resources for Observability Platform to read CloudWatch from a tenant account.
module "observability_platform_tenant" {
source = "ministryofjustice/observability-platform-tenant/aws"
version = "X.X.X"
observability_platform_account_id = local.environment_management.account_ids["observability-platform-production"]
tags = local.tags
}
make test
The base branch requires all commits to be signed. Learn more about signing commits here.