How to use conditional loops #15445
Closed
teemukom
started this conversation in
Authoring Help
Replies: 2 comments 1 reply
-
Does this work? I changed the
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks @levimatheri! Knew it was something simple. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to create route tables per subnet and in every route table I'd need routes for every other subnet except the one where the specific route table is assigned.
So subnets would be:
And for frontend subnet there would be routetable with routes to backend and appservice subnets, but not to itself.
What I'm trying to do is to use the AVM module for route table and loop through the subnets and create specific route tables. The problem is that how could one create the routes only for those subnetPrefixes which is not a member of the route table we are creating?
Something like this but the routes section is the issue:
Beta Was this translation helpful? Give feedback.
All reactions