Skip to content

Commit

Permalink
Export context name associated with SRE as part of SRE stack
Browse files Browse the repository at this point in the history
  • Loading branch information
craddm committed Nov 25, 2024
1 parent 01585a1 commit d5042b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_safe_haven/infrastructure/programs/declarative_sre.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ def __call__(self) -> None:
# Export values for later use
pulumi.export("data", data.exports)
pulumi.export("ldap", ldap_group_names)
pulumi.export("context", self.context.name)
pulumi.export("remote_desktop", remote_desktop.exports)
pulumi.export("sre_fqdn", networking.sre_fqdn)
pulumi.export("linked_shm", self.context.name)
pulumi.export("workspaces", workspaces.exports)

0 comments on commit d5042b2

Please sign in to comment.