Skip to content

Commit 0f6de00

Browse files
authored
Export initialize_file_system for ADLS Gen2 mounts (#2107)
1 parent 9d9892c commit 0f6de00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

exporter/importables.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ func generateMountBody(ic *importContext, body *hclwrite.Body, r *resource) erro
9292
block.SetAttributeRaw("client_secret_key", ic.variable(
9393
"client_secret_key"+varName,
9494
"Key in secret scope that stores app client secret"+textStr))
95+
block.SetAttributeValue("initialize_file_system", cty.BoolVal(false))
9596
} else if res := adlsGen1Regex.FindStringSubmatch(mount.URL); res != nil {
9697
block := b.AppendNewBlock("adl", nil).Body()
9798
storageResourceName := res[2]

0 commit comments

Comments
 (0)