Commit 429c338e authored by Thomas Bereknyei's avatar Thomas Bereknyei Committed by zowoq
Browse files

terraform-providers: special case for aws to use go123

parent 9820f232
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
  lib,
  stdenv,
  buildGoModule,
  buildGo123Module,
  fetchFromGitHub,
  fetchFromGitLab,
  callPackage,
@@ -96,6 +97,7 @@ let

  # These are the providers that don't fall in line with the default model
  special-providers = {
    aws = automated-providers.aws.override { mkProviderGoModule = buildGo123Module; };
    # github api seems to be broken, doesn't just fail to recognize the license, it's ignored entirely.
    checkly = automated-providers.checkly.override { spdx = "MIT"; };
    gitlab = automated-providers.gitlab.override {