Skip to content

Commit

Permalink
Initial code generation
Browse files Browse the repository at this point in the history
  • Loading branch information
vavsab committed Feb 18, 2024
1 parent 9906a81 commit 7720674
Show file tree
Hide file tree
Showing 475 changed files with 74,353 additions and 9,807 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
id: version
uses: mapped/action-vtl@latest
with:
baseVersion: 0.1.3
baseVersion: 0.0.1
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
# No need to create VERSION file
versionFile: ""
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
- dotnet
- go
nodeversion:
- 14.x
- 20.x
pythonversion:
- "3.9"

2 changes: 1 addition & 1 deletion .github/workflows/upgrade-provider.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
shell: bash
- name: Run upgrade-provider
run: |
upgrade-provider "$REPO" --kind="provider" --pr-reviewers="vavsab"
upgrade-provider "$REPO" --kind="provider" --pr-reviewers="vavsab,jvassev,emaildanwilson,MajidAbuRmila"
shell: bash
env:
GH_TOKEN: ${{ env.GH_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @vavsab @loopingrage
* @vavsab @jvassev @emaildanwilson @MajidAbuRmila
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ import (
_ "embed"

"github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge"
zitadel "github.com/pulumiverse/pulumi-zitadel/provider"
"github.com/pulumiverse/pulumi-zitadel/provider/pkg/version"
cpln "github.com/pulumiverse/pulumi-cpln/provider"
"github.com/pulumiverse/pulumi-cpln/provider/pkg/version"
)

//go:embed schema-embed.json
var pulumiSchema []byte

func main() {
// Modify the path to point to the new provider
tfbridge.Main("zitadel", version.Version, zitadel.Provider(), pulumiSchema)
tfbridge.Main("cpln", version.Version, cpln.Provider(), pulumiSchema)
}
Loading

0 comments on commit 7720674

Please sign in to comment.