We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f6e967 commit 0f2dfebCopy full SHA for 0f2dfeb
1 file changed
internal/convert/convert.go
@@ -311,6 +311,7 @@ func fillBlockOpt(resourceb *hclwrite.Body, name string) {
311
resourceb.SetAttributeRaw(name, hcl.TokensObject(block.Body()))
312
}
313
314
+// fillRegionConfigsDynamicBlock is used for dynamic blocks in region_configs
315
func fillRegionConfigsDynamicBlock(specbSrc *hclwrite.Body, root attrVals) (dynamicBlock, error) {
316
d, err := getDynamicBlock(specbSrc, nConfigSrc)
317
if err != nil || !d.IsPresent() {
0 commit comments