Skip to content

Commit

Permalink
Disable fortios provider due to codegen issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelprazak committed Apr 17, 2024
1 parent 98e0f2a commit 1e11b55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/Packages.scala
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ object Packages:

private val compileProblemPackages = blockedPackages ++ Vector(
"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
"nuage", // id parameter, schema error - https://github.com/nuage-studio/pulumi-nuage/issues/50
"fortios" // method collision - https://github.com/VirtusLab/besom/issues/458
)

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

0 comments on commit 1e11b55

Please sign in to comment.