Skip to content

Commit b742cd5

Browse files
CCM-8197: Cross Account Observability
1 parent 040b5ef commit b742cd5

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

infrastructure/terraform/components/acct/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
| Name | Source | Version |
3535
|------|--------|---------|
3636
| <a name="module_kms_sandbox"></a> [kms\_sandbox](#module\_kms\_sandbox) | git::https://github.com/NHSDigital/nhs-notify-shared-modules.git//infrastructure/modules/kms | v1.0.8 |
37+
| <a name="module_observability_datasource"></a> [observability\_datasource](#module\_observability\_datasource) | git::https://github.com/NHSDigital/nhs-notify-shared-modules.git//infrastructure/modules/observability-datasource | feature/CCM-8197_Cross_Account_Observability |
3738
| <a name="module_s3bucket_access_logs"></a> [s3bucket\_access\_logs](#module\_s3bucket\_access\_logs) | git::https://github.com/NHSDigital/nhs-notify-shared-modules.git//infrastructure/modules/s3bucket | v1.0.9 |
3839
| <a name="module_s3bucket_backup_reports"></a> [s3bucket\_backup\_reports](#module\_s3bucket\_backup\_reports) | git::https://github.com/NHSDigital/nhs-notify-shared-modules.git//infrastructure/modules/s3bucket | v1.0.8 |
3940
| <a name="module_vpc"></a> [vpc](#module\_vpc) | terraform-aws-modules/vpc/aws | 5.19.0 |
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
module "observability_datasource" {
2+
source = "git::https://github.com/NHSDigital/nhs-notify-shared-modules.git//infrastructure/modules/observability-datasource?ref=feature/CCM-8197_Cross_Account_Observability"
3+
4+
name = "observability-datasource"
5+
6+
aws_account_id = var.aws_account_id
7+
region = var.region
8+
project = var.project
9+
environment = var.environment
10+
component = var.component
11+
12+
oam_sink_id = var.oam_sink_id
13+
observability_account_id = var.observability_account_id
14+
}

infrastructure/terraform/variables.tf

Whitespace-only changes.

0 commit comments

Comments
 (0)