attrSpec is implemented by specs that require attributes from the body.
| 52 | |
| 53 | // attrSpec is implemented by specs that require attributes from the body. |
| 54 | type attrSpec interface { |
| 55 | attrSchemata() []hcl.AttributeSchema |
| 56 | } |
| 57 | |
| 58 | // blockSpec is implemented by specs that require blocks from the body. |
| 59 | type blockSpec interface { |
no outgoing calls
no test coverage detected