How do I write rules for "dynamic" blocks? #1917
Unanswered
CallumHibbert
asked this question in
Help and suppports
Replies: 1 comment
-
+1 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Sometimes I might declare a DynamoDB global table like this:
This allows me to vary the regions the table is replicated to (by passing in the regions via the
table_replication_regions
list variable).I would like to write a TFSec rule that ensures
propagate_tags
istrue
for this sort of scenario. How can I do that? I can't find a way to do asubMatch
on adynamic
block.Beta Was this translation helpful? Give feedback.
All reactions