Skip to content

Commit

Permalink
Merge pull request #8066 from ministryofjustice/feat/ap-ingestion-gen…
Browse files Browse the repository at this point in the history
…eral-networking

🌐 Add Platforms General shared VPC to Analytical Platform Ingestion
  • Loading branch information
Jacob Woffenden authored Sep 26, 2024
2 parents c7c816c + 716e724 commit 8c722eb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions environments-networks/platforms-development.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"general": {
"cidr": "10.26.16.0/21",
"accounts": [
"analytical-platform-ingestion-development",
"example-development",
"data-platform-development",
"data-platform-apps-and-tools-development",
Expand Down
1 change: 1 addition & 0 deletions environments-networks/platforms-production.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"general": {
"cidr": "10.27.96.0/21",
"accounts": [
"analytical-platform-ingestion-production",
"long-term-storage-production",
"data-platform-apps-and-tools-production",
"data-platform-production",
Expand Down
2 changes: 2 additions & 0 deletions policies/networking/expected.rego
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ expected :=
"general": {
"cidr": "10.26.16.0/21",
"accounts": [
"analytical-platform-ingestion-development",
"example-development",
"data-platform-development",
"data-platform-apps-and-tools-development",
Expand Down Expand Up @@ -388,6 +389,7 @@ expected :=
"general": {
"cidr": "10.27.96.0/21",
"accounts": [
"analytical-platform-ingestion-production",
"data-platform-production",
"long-term-storage-production",
"data-platform-apps-and-tools-production",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"networking": [
{
"business-unit": "",
"set": "",
"business-unit": "platforms",
"set": "general",
"application": "analytical-platform-ingestion"
}
]
Expand Down

0 comments on commit 8c722eb

Please sign in to comment.