File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed
Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 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 |
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments