Skip to content

Commit

Permalink
Merge pull request #88 from companieshouse/feature/enable-dba-app-access
Browse files Browse the repository at this point in the history
Allow DBA App Access
  • Loading branch information
sienkin authored May 25, 2023
2 parents 2385c1e + 2c5c553 commit 42617e9
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ rds_databases = {
"192.168.90.0/24",
"192.168.70.0/24"
]
rds_app_access = []
rds_app_access = [
"10.94.6.242/32",
]
per_instance_options = [
{
option_name = "Timezone"
Expand Down

0 comments on commit 42617e9

Please sign in to comment.