EventStore / pulumi-eventstorecloud

Pulumi provider for Event Store Cloud
Apache License 2.0
2 stars 5 forks source link

Provider Schema Incorrectly Sets ImportBasePath #13

Closed phillipedwards closed 2 years ago

phillipedwards commented 2 years ago

See: https://github.com/EventStore/pulumi-eventstorecloud/blob/main/provider/cmd/pulumi-resource-eventstorecloud/schema.json#L1076

Currently: github.com/pulumi/pulumi-eventstorecloud/sdk/go/eventstorecloud Should be: github.com/EventStore/pulumi-eventstorecloud/sdk/go/eventstorecloud

alexeyzimarev commented 2 years ago

The schema.json file is generated, so I expect the fixed value to be overridden after we generate for the new TF provider version. Is there a way to specify the Go SDK download URL elsewhere?

alexeyzimarev commented 2 years ago

I will merge the PR; thanks for bringing this up. Will try to generate a new tagged version then and see what happens.

alexeyzimarev commented 2 years ago

Right, I see you changed the resources file. Awesome! Thanks again.