Skip to content

Commit

Permalink
Merge pull request #1088 from cloudskiff/fix_crash_when_no_lockfile_a…
Browse files Browse the repository at this point in the history
…zure

Fix crash when no lockfile are found (Azure)
  • Loading branch information
eliecharra authored Oct 4, 2021
2 parents b3619e3 + c660cb1 commit c8f74fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/remote/azurerm/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func Init(
remoteLibrary.AddEnumerator(NewAzurermStorageContainerEnumerator(storageAccountRepo, factory))
remoteLibrary.AddEnumerator(NewAzurermVirtualNetworkEnumerator(networkRepo, factory))

err = resourceSchemaRepository.Init(terraform.AZURE, version, provider.Schema())
err = resourceSchemaRepository.Init(terraform.AZURE, provider.Version(), provider.Schema())
if err != nil {
return err
}
Expand Down

0 comments on commit c8f74fd

Please sign in to comment.