Skip to content

Commit

Permalink
Add resource name to provider
Browse files Browse the repository at this point in the history
  • Loading branch information
JimMadge committed Sep 25, 2024
1 parent 8a5c03b commit 2a8c882
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data_safe_haven/infrastructure/programs/sre/networking.py
Original file line number Diff line number Diff line change
Expand Up @@ -1859,10 +1859,11 @@ def __init__(
tags=child_tags,
)
shm_provider = provider.Provider(
"shm_provider",
provider.ProviderArgs(
location=props.location,
subscription_id=props.shm_subscription_id,
)
),
)
shm_ns_record = network.RecordSet(
f"{self._name}_ns_record",
Expand Down

0 comments on commit 2a8c882

Please sign in to comment.