You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently nested attributes are not supported. For example you will not be able to reference the `each.key` attribute.
497
+
Checks can also be ignored by nested attributes, but certain restrictions apply:
498
+
499
+
- You cannot access an individual block using indexes, for example when working with dynamic blocks.
500
+
- Special variables like [each](https://developer.hashicorp.com/terraform/language/meta-arguments/for_each#the-each-object) and [count](https://developer.hashicorp.com/terraform/language/meta-arguments/count#the-count-object) cannot be accessed.
0 commit comments