Skip to content

Commit

Permalink
Merge branch 'companieshouse:infrastructure' into infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
SherfeyInv authored Aug 4, 2024
2 parents 444d984 + e2db456 commit b38493a
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 18 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ updates:
- "companieshouse/platform-admin"
registries:
- github-dependabot
groups:
version-updates:
applies-to: "version-updates"
patterns:
- "*"
security-updates:
applies-to: "security-updates"
patterns:
- "*"
registries:
github-dependabot:
type: git
Expand Down
32 changes: 16 additions & 16 deletions groups/frontend/.terraform.lock.hcl
100755 → 100644

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion groups/frontend/data.tf
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ data "vault_generic_secret" "security_kms_keys" {
}

data "vault_generic_secret" "tns_names" {
path = "applications/${var.aws_account}-${var.region}/tuxedo/tnsnames"
path = "applications/${var.aws_account}-${var.region}/chl-tuxedo/tnsnames"
}

data "vault_generic_secret" "chs_application_cidrs" {
Expand Down
2 changes: 1 addition & 1 deletion groups/frontend/iam.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "instance_profile" {
source = "[email protected]:companieshouse/terraform-modules//aws/instance_profile?ref=tags/1.0.258"
source = "[email protected]:companieshouse/terraform-modules//aws/instance_profile?ref=tags/1.0.283"
name = "${var.service_subtype}-${var.service}-profile"

cw_log_group_arns = flatten([
Expand Down

0 comments on commit b38493a

Please sign in to comment.