Skip to content

Commit

Permalink
Disable lbrlabs-eks provider due to upstream issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelprazak committed Apr 16, 2024
1 parent 59a1b5b commit 8587238
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions scripts/Packages.scala
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,13 @@ object Packages:

private val pluginDownloadProblemPackages = blockedPackages ++ Vector()

private val codegenProblemPackages = blockedPackages ++ Vector()
private val codegenProblemPackages = blockedPackages ++ Vector(
"lbrlabs-eks" // schema error: https://github.com/lbrlabs/pulumi-lbrlabs-eks/issues/110
)

private val compileProblemPackages = blockedPackages ++ Vector(
"aws-iam", // id parameter, schema error - components should make this viable
"nuage" // id parameter, schema error - components should make this viable
"aws-iam", // id parameter, schema error - https://github.com/pulumi/pulumi-aws-iam/issues/18
"nuage" // id parameter, schema error - https://github.com/nuage-studio/pulumi-nuage/issues/50
)

def generateAll(targetPath: os.Path): os.Path = {
Expand Down

0 comments on commit 8587238

Please sign in to comment.