Skip to content

Commit

Permalink
Merge pull request #1501 from alphagov/samsimpson1/tfc-iam
Browse files Browse the repository at this point in the history
Assign sensitive var sets to rds workspaces
  • Loading branch information
samsimpson1 authored Nov 8, 2024
2 parents 657c686 + 5af5ff6 commit f267930
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions terraform/deployments/tfc-configuration/rds.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ module "rds-integration" {
"aws-credentials-integration",
"common",
"common-integration",
"rds-integration"
"rds-integration",
"govuk-sensitive-shared"
]
}

Expand Down Expand Up @@ -61,7 +62,8 @@ module "rds-staging" {
"aws-credentials-staging",
"common",
"common-staging",
"rds-staging"
"rds-staging",
"govuk-sensitive-shared"
]
}

Expand Down Expand Up @@ -94,6 +96,7 @@ module "rds-production" {
"aws-credentials-production",
"common",
"common-production",
"rds-production"
"rds-production",
"govuk-sensitive-shared"
]
}

0 comments on commit f267930

Please sign in to comment.