зеркало из https://github.com/Azure/aztfexport.git
Import block stop generate for skipped resources (#428)
This commit is contained in:
Родитель
86a5b1f2ac
Коммит
1a231e28d1
|
@ -402,6 +402,10 @@ func (meta baseMeta) ExportResourceMapping(ctx context.Context, l ImportList) er
|
|||
f := hclwrite.NewFile()
|
||||
body := f.Body()
|
||||
for _, item := range l {
|
||||
if item.Skip() {
|
||||
continue
|
||||
}
|
||||
|
||||
// The import block
|
||||
blk := hclwrite.NewBlock("import", nil)
|
||||
blk.Body().SetAttributeValue("id", cty.StringVal(item.TFResourceId))
|
||||
|
|
Загрузка…
Ссылка в новой задаче