Skip to content

Commit

Permalink
Renamed packages to stay inline with other pulumiverse packages
Browse files Browse the repository at this point in the history
  • Loading branch information
pierskarsenbarg committed May 31, 2024
1 parent cc350da commit e883f22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions provider/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -300,14 +300,14 @@ func Provider() tfbridge.ProviderInfo {
"@types/node": "^10.0.0", // so we can access strongly typed node definitions.
"@types/mime": "^2.0.0",
},
PackageName: "@pulumiverse/pulumi-dynatrace",
PackageName: "@pulumiverse/dynatrace",
},
Python: &tfbridge.PythonInfo{
// List any Python dependencies and their version ranges
Requires: map[string]string{
"pulumi": ">=3.0.0,<4.0.0",
},
PackageName: "pulumiverse_pulumi_dynatrace",
PackageName: "pulumiverse_dynatrace",
},
Golang: &tfbridge.GolangInfo{
ImportBasePath: filepath.Join(
Expand All @@ -322,7 +322,7 @@ func Provider() tfbridge.ProviderInfo {
PackageReferences: map[string]string{
"Pulumi": "3.*",
},
RootNamespace: "Pulumiverse.PulumiPackage",
RootNamespace: "Pulumiverse",
},
}

Expand Down

0 comments on commit e883f22

Please sign in to comment.