terraform-full: remove (#184649)

* terraform-full: remove

* .github/workflows/update-terraform-providers.yml: switch to terraform.full
This commit is contained in:
zowoq 2022-08-03 03:45:05 +10:00 committed by GitHub
parent 53fed955c3
commit 25b464c8b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 3 deletions

View file

@ -39,7 +39,7 @@ jobs:
Check that all providers build with:
```
@ofborg build terraform-full
@ofborg build terraform.full
```
branch: terraform-providers-update
delete-branch: false

View file

@ -1383,6 +1383,7 @@ mapAliases ({
telepathy_qt5 = throw "'telepathy_qt5' has been renamed to/replaced by 'libsForQt5.telepathy'"; # Converted to throw 2022-02-22
telnet = throw "'telnet' has been renamed to/replaced by 'inetutils'"; # Converted to throw 2022-02-22
terminus = throw "terminus has been removed, it was unmaintained in nixpkgs"; # Added 2021-08-21
terraform-full = throw "terraform-full has been removed, it was an alias for 'terraform.full'"; # Added 2022-08-02
terraform_0_13 = throw "terraform_0_13 has been removed from nixpkgs"; # Added 2022-06-26
terraform_0_14 = throw "terraform_0_14 has been removed from nixpkgs"; # Added 2022-06-26
terraform_0_15 = throw "terraform_0_15 has been removed from nixpkgs"; # Added 2022-06-26

View file

@ -35543,8 +35543,6 @@ with pkgs;
;
terraform = terraform_1;
# deprecated
terraform-full = terraform.full;
terraform-providers = recurseIntoAttrs (
callPackage ../applications/networking/cluster/terraform-providers { }