stocky-coat-90951
10/16/2024, 3:52 PMupgrade-provider probabl-ai/pulumi-scaleway
I from errors to errors on the tfgen step. I don't really know why but I need to update the provider/resources.go file manually to remove this errors. Example I already this errors:
error: failed to gather package metadata: problem gathering resources: 8 errors occurred:
* TF resource "scaleway_tem_webhook" not mapped to the Pulumi provider
* TF resource "scaleway_vpc_route" not mapped to the Pulumi provider
* Pulumi token "scaleway:index/documentdbDatabase:DocumentdbDatabase" is mapped to TF provider resource "scaleway_documentdb_database", but no such resource found. The mapping will be ignored in the generated provider
* Pulumi token "scaleway:index/documentdbInstance:DocumentdbInstance" is mapped to TF provider resource "scaleway_documentdb_instance", but no such resource found. The mapping will be ignored in the generated provider
* Pulumi token "scaleway:index/documentdbPrivateNetworkEndpoint:DocumentdbPrivateNetworkEndpoint" is mapped to TF provider resource "scaleway_documentdb_private_network_endpoint", but no such resource found. The mapping will be ignored in the generated provider
* Pulumi token "scaleway:index/documentdbPrivilege:DocumentdbPrivilege" is mapped to TF provider resource "scaleway_documentdb_privilege", but no such resource found. The mapping will be ignored in the generated provider
* Pulumi token "scaleway:index/documentdbReadReplica:DocumentdbReadReplica" is mapped to TF provider resource "scaleway_documentdb_read_replica", but no such resource found. The mapping will be ignored in the generated provider
* Pulumi token "scaleway:index/documentdbUser:DocumentdbUser" is mapped to TF provider resource "scaleway_documentdb_user", but no such resource found. The mapping will be ignored in the generated provider
make: *** [Makefile:35: tfgen] Error 255
Now I only have this new one (scaleway_registry_image_tag exist in provider/resources.go):
error: failed to gather package metadata: problem gathering resources: 1 error occurred:
* Pulumi token "scaleway:index/registryIamgeTag:RegistryIamgeTag" is mapped to TF provider resource "scaleway_registry_image_tag", but no such resource found. The mapping will be ignored in the generated provider
you can check my changes here https://github.com/probabl-ai/pulumi-scaleway/commit/d2f65c9f4724d2244843b267f9be9137dc17cbae
⢠Why provider/resources.go should be change manually?
⢠Could you please provide some help?limited-rainbow-51650
10/16/2024, 4:02 PMci-mgmt
repository for generating the Github Action workflows of thirdparty providers too. I'm almost full circle in such a setup. You can see some of the results in the following 2 repositories:
⢠https://github.com/pulumiverse/pulumi-acme
⢠https://github.com/pulumiverse/pulumi-matchbox
Once I have the last bits in ci-mgmt
, I will roll it out for more providers I maintain within Pulumiverse, pulumi-scaleway
being one of them.
ETA: I'm looking at 1, maximum 2 weeks for this to happen. I hope that's ok. šš¼big-architect-71258
10/16/2024, 6:16 PMlimited-rainbow-51650
10/16/2024, 6:18 PMupgrade-provider
workflows, where also workflow related code is integrated into the upgrade-provider
tool. The team is discussing what should be done, and I will implement that.big-architect-71258
10/16/2024, 6:19 PMci-mgmt
into their provider repos?limited-rainbow-51650
10/16/2024, 6:20 PMci-mgmt
, then add Pulumiverse specifics on our side.big-architect-71258
10/16/2024, 6:21 PMlimited-rainbow-51650
10/28/2024, 2:46 PMstocky-coat-90951
10/28/2024, 3:12 PM