Skip to content

Commit

Permalink
Enable zero default schema version for github (#741)
Browse files Browse the repository at this point in the history
Part of pulumi/pulumi-terraform-bridge#2133

Enables zero default schema version for github.
  • Loading branch information
VenelinMartinov committed Aug 7, 2024
1 parent f5db9bb commit 257a6d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ sdk/java/gradlew.bat


sdk/python/venv

go.work
go.work.sum
1 change: 1 addition & 0 deletions provider/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ func Provider() tfbridge.ProviderInfo {
"Pulumi": "3.*",
},
},
EnableZeroDefaultSchemaVersion: true,
}

prov.MustComputeTokens(tfbridgetokens.SingleModule("github_", mainMod,
Expand Down

0 comments on commit 257a6d2

Please sign in to comment.