Skip to content

Commit bd99f32

Browse files
ajmu1JackPlowmanCorbiscmabe13mik3ola
authored
Release/28.0 (#1043)
# Release Branch Pull Request ## Description of Changes This release was focused around upgrading the terraform AWS provider to version 5.68.0 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Jack Plowman <62281988+JackPlowman@users.noreply.github.com> Co-authored-by: Corbisc <95412908+Corbisc@users.noreply.github.com> Co-authored-by: Matthew Begley <60427904+mabe13@users.noreply.github.com> Co-authored-by: mabe13 <matthewbegley@nhs.net> Co-authored-by: Michael Olaw <michael.olaw1@nhs.net> Co-authored-by: Jack Plowman <jack.plowman1@nhs.net> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Vamsi Jonnagadda <vamsijonnagadda@ICTs-MacBook-Pro.local> Co-authored-by: vkjonnagadda <32249251+vkjonnagadda@users.noreply.github.com> Co-authored-by: Thomas Judd-Cooper <me@tomjuddcooper.co.uk> Co-authored-by: Sindhu Natarajan <nsindhupriya@hotmail.co.uk> Co-authored-by: Sindhu <nsindhu26@gmail.com> Co-authored-by: ThomasC-Kainos <106971950+ThomasC-Kainos@users.noreply.github.com> Co-authored-by: ManithaSrinivasa <manitha.srinivasa@accenture.com> Co-authored-by: ajmu1 <ajmu1@hscic.gov.uk>
1 parent e206407 commit bd99f32

File tree

10 files changed

+139
-119
lines changed

10 files changed

+139
-119
lines changed

infrastructure/stacks/api-key/.terraform.lock.hcl

Lines changed: 17 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

infrastructure/stacks/api-key/terraform.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ terraform {
55
required_providers {
66
aws = {
77
source = "hashicorp/aws"
8-
version = "~> 4.21.0"
8+
version = "~> 5.68.0"
99
}
1010
template = {
1111
source = "hashicorp/random"

infrastructure/stacks/application/.terraform.lock.hcl

Lines changed: 56 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

infrastructure/stacks/application/terraform.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ terraform {
55
required_providers {
66
aws = {
77
source = "hashicorp/aws"
8-
version = "~> 5.25.0"
8+
version = "~> 5.68.0"
99
}
1010
}
1111
}

infrastructure/stacks/blue-green-link/.terraform.lock.hcl

Lines changed: 17 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

infrastructure/stacks/blue-green-link/terraform.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ terraform {
55
required_providers {
66
aws = {
77
source = "hashicorp/aws"
8-
version = "~> 4.21.0"
8+
version = "~> 5.68.0"
99
}
1010
}
1111
}

infrastructure/stacks/shared-resources/.terraform.lock.hcl

Lines changed: 30 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

infrastructure/stacks/shared-resources/terraform.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ terraform {
55
required_providers {
66
aws = {
77
source = "hashicorp/aws"
8-
version = "~> 4.21.0"
8+
version = "~> 5.68.0"
99
}
1010
}
1111
}

infrastructure/stacks/shared-resources/waf.tf

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,19 @@ resource "aws_wafv2_web_acl" "di_endpoint_waf" {
7272
name = "AWSManagedRulesCommonRuleSet"
7373
vendor_name = "AWS"
7474

75-
excluded_rule {
75+
rule_action_override {
76+
action_to_use {
77+
count {}
78+
}
79+
7680
name = "NoUserAgent_HEADER"
7781
}
78-
excluded_rule {
82+
83+
rule_action_override {
84+
action_to_use {
85+
count {}
86+
}
87+
7988
name = "SizeRestrictions_BODY"
8089
}
8190
}

project.code-workspace

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,10 +192,12 @@
192192
"titleBar.activeForeground": "#15202b",
193193
"titleBar.inactiveBackground": "#f9e64f99",
194194
"titleBar.inactiveForeground": "#15202b99",
195+
"editorGroup.border": "#fbed80",
196+
"panel.border": "#fbed80",
195197
"sash.hoverBorder": "#fbed80",
198+
"sideBar.border": "#fbed80",
196199
"statusBarItem.remoteBackground": "#f9e64f",
197-
"statusBarItem.remoteForeground": "#15202b",
198-
"commandCenter.border": "#15202b99"
200+
"statusBarItem.remoteForeground": "#15202b"
199201
},
200202
"peacock.color": "#f9e64f"
201203
}

0 commit comments

Comments
 (0)