-
Notifications
You must be signed in to change notification settings - Fork 52
Description
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Reading the documentation and looking at the provided examples, I cannot completely grasp the process of creating a vnet peering between landing zone's spokes and the connectivity hub. In the configureconnectivityresources configuration object there is a property spokevirtualnetworkresourceids that I don't know how (and when) to configure. Should I first create (manually or directly with a terraform module outide of the enterprise scale one) a VNet in the spoke subscription and get its ID ? does this mean that when I create the subscriptions that the es module will move under the proper management group I have to first create a VNet in each before kicking the es deployment?
Describe the solution you'd like
I'd like to have an example of the process required to deploy the es landing zone; which are the preconditions, what must be created manually before starting the terraform deployment, etc…
Additional context