terraform-providers.fly: deprecate provider

Fly.io will no longer maintain their terraform provider as of
10/24/2023 and doesn't recommend using it anymore:

https://github.com/fly-apps/terraform-provider-fly/commit/9d4be5a3010aa94ecdff6ee1a1cbf49b804511d0

This PR deprecates the provider in nixpkgs.
This commit is contained in:
Alex Jackson
2023-11-11 08:32:46 +10:00
committed by zowoq
parent 596d417b81
commit cc9af369dc
2 changed files with 1 additions and 9 deletions
@@ -95,6 +95,7 @@ let
removed = name: date: throw "the ${name} terraform provider removed from nixpkgs on ${date}";
in
lib.optionalAttrs config.allowAliases {
fly = archived "fly" "2023/10";
ksyun = removed "ksyun" "2023/04";
};
@@ -425,15 +425,6 @@
"spdx": "MPL-2.0",
"vendorHash": "sha256-RqYzqKPzb5GcrzHnEDZC7GaBt1zP8g28Wo3WNAe07Ck="
},
"fly": {
"hash": "sha256-9QB2fbggCKcJz8tkSYgq/X8r+MB2M76VCWXgsHARTkU=",
"homepage": "https://registry.terraform.io/providers/fly-apps/fly",
"owner": "fly-apps",
"repo": "terraform-provider-fly",
"rev": "v0.0.23",
"spdx": "BSD-3-Clause",
"vendorHash": "sha256-f+Z6Y2WPxqJoHoCwuK6sgFa8nUnkW/WwrD55dtU0wtM="
},
"fortios": {
"hash": "sha256-RpcKMndbO3wbkHmrINkbsQ+UeFsZrQ7x02dv8ZpFMec=",
"homepage": "https://registry.terraform.io/providers/fortinetdev/fortios",