Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: python generation name #3

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
89 changes: 45 additions & 44 deletions provider/cmd/pulumi-resource-ionoscloud/schema.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion provider/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ func Provider() tfbridge.ProviderInfo {
},
},
Python: &tfbridge.PythonInfo{
PackageName: fmt.Sprintf("ionos-cloud_%s", mainPkg),
PackageName: fmt.Sprintf("%s", mainPkg),
// List any Python dependencies and their version ranges
Requires: map[string]string{
"pulumi": ">=3.0.0,<4.0.0",
Expand Down
115 changes: 0 additions & 115 deletions sdk/python/ionos-cloud_ionoscloud/compute/_inputs.py

This file was deleted.

96 changes: 0 additions & 96 deletions sdk/python/ionos-cloud_ionoscloud/compute/outputs.py

This file was deleted.

5 changes: 0 additions & 5 deletions sdk/python/ionos-cloud_ionoscloud/pulumi-plugin.json

This file was deleted.

16 changes: 16 additions & 0 deletions sdk/python/ionoscloud.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Metadata-Version: 2.1
Name: ionoscloud
Version: 0.0.0
Summary: A Pulumi package for creating and managing ionoscloud cloud resources.
Home-page: https://www.pulumi.com
License: Apache-2.0
Project-URL: Repository, https://github.com/ionos-cloud/pulumi-ionoscloud
Keywords: ionos-cloud ionoscloud category/cloud
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: parver>=0.2.1
Requires-Dist: pulumi<4.0.0,>=3.0.0
Requires-Dist: semver>=2.8.1
Requires-Dist: typing-extensions<5,>=4.11; python_version < "3.11"

ionoscloud Pulumi Package - Development Version
Loading
Loading