about summary refs log tree commit diff
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2022-08-03 03:45:05 +1000
committerGitHub <noreply@github.com>2022-08-02 19:45:05 +0200
commit25b464c8b318448d007957892923b4867f1ff6c7 (patch)
tree68a4c376b8d4a1593f7a4daf941df48f5e1b63b3
parent53fed955c3b819e6c7fef78a6939ffc9613fd547 (diff)
downloadnixlib-25b464c8b318448d007957892923b4867f1ff6c7.tar
nixlib-25b464c8b318448d007957892923b4867f1ff6c7.tar.gz
nixlib-25b464c8b318448d007957892923b4867f1ff6c7.tar.bz2
nixlib-25b464c8b318448d007957892923b4867f1ff6c7.tar.lz
nixlib-25b464c8b318448d007957892923b4867f1ff6c7.tar.xz
nixlib-25b464c8b318448d007957892923b4867f1ff6c7.tar.zst
nixlib-25b464c8b318448d007957892923b4867f1ff6c7.zip
terraform-full: remove (#184649)
* terraform-full: remove

* .github/workflows/update-terraform-providers.yml: switch to terraform.full
-rw-r--r--.github/workflows/update-terraform-providers.yml2
-rw-r--r--pkgs/top-level/aliases.nix1
-rw-r--r--pkgs/top-level/all-packages.nix2
3 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/update-terraform-providers.yml b/.github/workflows/update-terraform-providers.yml
index d332fef12e6c..1650f537b7bc 100644
--- a/.github/workflows/update-terraform-providers.yml
+++ b/.github/workflows/update-terraform-providers.yml
@@ -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
diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix
index 3c28d18108c1..11b5bcb5e4ee 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -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
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 9653332e904d..dec06f3853ff 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -35543,8 +35543,6 @@ with pkgs;
     ;
 
   terraform = terraform_1;
-  # deprecated
-  terraform-full = terraform.full;
 
   terraform-providers = recurseIntoAttrs (
     callPackage ../applications/networking/cluster/terraform-providers { }