We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
initialize_file_system
1 parent 9d9892c commit 0f6de00Copy full SHA for 0f6de00
exporter/importables.go
@@ -92,6 +92,7 @@ func generateMountBody(ic *importContext, body *hclwrite.Body, r *resource) erro
92
block.SetAttributeRaw("client_secret_key", ic.variable(
93
"client_secret_key"+varName,
94
"Key in secret scope that stores app client secret"+textStr))
95
+ block.SetAttributeValue("initialize_file_system", cty.BoolVal(false))
96
} else if res := adlsGen1Regex.FindStringSubmatch(mount.URL); res != nil {
97
block := b.AppendNewBlock("adl", nil).Body()
98
storageResourceName := res[2]
0 commit comments