We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2633dbd commit 011c231Copy full SHA for 011c231
provider/resources.go
@@ -261,7 +261,7 @@ func Provider() tfbridge.ProviderInfo {
261
262
263
Python: &tfbridge.PythonInfo{
264
- PackageName: "pulumi_netbox",
+ PackageName: "spk_pulumi_netbox",
265
// List any Python dependencies and their version ranges
266
Requires: map[string]string{
267
"pulumi": ">=3.0.0,<4.0.0",
renovate.json
@@ -7,5 +7,6 @@
7
"main"
8
],
9
"stabilityDays": 4,
10
- "rebaseWhen": "behind-base-branch"
+ "rebaseWhen": "behind-base-branch",
11
+ "forkProcessing": "enabled"
12
}
0 commit comments