terraform-providers: fix typo
This commit is contained in:
parent
59c98d50bf
commit
b1321fd195
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ let
|
|||
automated-providers = lib.mapAttrs (_: attrs: mkProvider attrs) list;
|
||||
|
||||
# These are the providers that don't fall in line with the default model
|
||||
special-providers = let archived = throw "the provider has been archived by upsteam"; in {
|
||||
special-providers = let archived = throw "the provider has been archived by upstream"; in {
|
||||
# Packages that don't fit the default model
|
||||
gandi = callPackage ./gandi { };
|
||||
libvirt = callPackage ./libvirt { };
|
||||
|
|
Loading…
Reference in a new issue