Skip to content

Commit

Permalink
DSOS-2542: enable rds secrets role (#4644)
Browse files Browse the repository at this point in the history
* enable role for sharing of domain secrets

* Add missing permission

* removing unnecessary permission
  • Loading branch information
drobinson-moj authored Jan 22, 2024
1 parent c5ce8d9 commit 8a569e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions terraform/environments/corporate-staff-rostering/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ locals {
enable_application_environment_wildcard_cert = false
enable_backup_plan_daily_and_weekly = true
enable_business_unit_kms_cmks = true
enable_hmpps_domain = true
enable_image_builder = true
enable_ec2_cloud_watch_agent = true
enable_ec2_self_provision = true
Expand Down
1 change: 1 addition & 0 deletions terraform/environments/planetfm/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ locals {
enable_application_environment_wildcard_cert = false
enable_backup_plan_daily_and_weekly = true
enable_business_unit_kms_cmks = true
enable_hmpps_domain = true
enable_image_builder = true
enable_ec2_cloud_watch_agent = true
enable_ec2_self_provision = true
Expand Down

0 comments on commit 8a569e5

Please sign in to comment.