Skip to content

Commit

Permalink
added analytical-platform-common to networking resources, small amoun…
Browse files Browse the repository at this point in the history
…t of organising done

caught a mising comma
  • Loading branch information
dms1981 committed Dec 14, 2024
1 parent 2b64cd4 commit 7f2c232
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion environments-networks/platforms-production.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
"general": {
"cidr": "10.27.96.0/21",
"accounts": [
"analytical-platform-common-production",
"analytical-platform-compute-production",
"analytical-platform-ingestion-production",
"long-term-storage-production",
"data-platform-apps-and-tools-production",
"data-platform-production",
"long-term-storage-production",
"observability-platform-production"
]
}
Expand Down
3 changes: 2 additions & 1 deletion policies/networking/expected.rego
Original file line number Diff line number Diff line change
Expand Up @@ -390,10 +390,11 @@ expected :=
"general": {
"cidr": "10.27.96.0/21",
"accounts": [
"analytical-platform-common-production",
"analytical-platform-ingestion-production",
"data-platform-production",
"long-term-storage-production",
"data-platform-apps-and-tools-production",
"long-term-storage-production",
"observability-platform-production"
]
}
Expand Down

0 comments on commit 7f2c232

Please sign in to comment.