Closed erwanosouf closed 2 years ago
I've added support for the following:
deploymentNode <name> {
instances 42
}
Hey @simonbrowndotje !
Do you have any idea when this will be released ?
Thanks in advance !
Probably some time in July.
Thanks a lot for the fast reply!
Le jeu. 19 mai 2022 à 15:14, Simon Brown @.***> a écrit :
I've added support for the following:
deploymentNode
{ instances 42 } — Reply to this email directly, view it on GitHub https://github.com/structurizr/dsl/issues/133#issuecomment-1131673624, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADGQ3RLAV4DX4FWWOQSVDX3VKY5CHANCNFSM5WLPONEQ . You are receiving this because you authored the thread.Message ID: @.***>
The dsl for deploymentNode is as follows
With "description", "technology" and tags also permitted as children of deploymentNode element, which I personally prefer for readability.
However, the syntax forces to write all elements inline instead of as children in order to be able to specify an instance count.
What I would like to do :
This is not valid with regards to the DSL
Or
This is valid with regards to the DSL but does not produces the expected output (showing the instance count on the deploymentNode).
See attached :