Skip to content

Commit

Permalink
🐛 Removed incorrect parameters from SREGiteaServerComponent and SREHe…
Browse files Browse the repository at this point in the history
…dgeDocServerComponent calls
  • Loading branch information
jemrobinson committed Jul 26, 2023
1 parent b6d6261 commit 386f37d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions data_safe_haven/pulumi/components/sre_user_services.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ def __init__(
SREGiteaServerComponent(
"sre_gitea_server",
stack_name,
sre_name,
SREGiteaServerProps(
database_subnet_id=props.subnet_databases_id,
database_password=props.gitea_database_password,
Expand Down Expand Up @@ -143,7 +142,6 @@ def __init__(
SREHedgeDocServerComponent(
"sre_hedgedoc_server",
stack_name,
sre_name,
SREHedgeDocServerProps(
database_subnet_id=props.subnet_databases_id,
database_password=props.hedgedoc_database_password,
Expand Down

0 comments on commit 386f37d

Please sign in to comment.