Skip to content

Commit

Permalink
Copy assets to the correct directories
Browse files Browse the repository at this point in the history
  • Loading branch information
Pawel Imielowski committed Mar 29, 2024
1 parent e7e3648 commit 0788bc3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion cmd/codegen/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@ output:
go_sdk: "./generated/pango"
terraform_provider: "./generated/terraform-provider-panos"
assets:

internal_provider_package:
source: "assets/internal/provider"
target:
go_sdk: false
terraform_provider: true
destination: "internal/provider"
# generic_package:
# source: "assets/generic"
# target:
Expand Down

0 comments on commit 0788bc3

Please sign in to comment.