Pascal Hofmann
Pascal Hofmann
Great. So no work is being done twice. :) -> I've started migrating to framework. The first datasource is nearly working. Will keep you posted on the progress.
@Kushmaro We just had sprint planning in my team. It was decided that I'll dedicate the next two weeks to migrating terraform-provider-ece to terraform-plugin-framework.
Quick status update: The three existing datasources(`ec_deployment`, `ec_deployments`, `ec_stack`) are already working, I'm starting to convert the resources now.
Of course. I just pushed it and created a draft PR: https://github.com/elastic/terraform-provider-ec/pull/529 I just realized the datasources are not fully done - forgot to work on tests in `ec/ecdatasource/deploymentdatasource/datasource_test.go`. 🙈
I think this is due to https://github.com/elastic/terraform-provider-ec/issues/336. Even if you specify the blocks in alphabetical order things don't always work. In my case the order in the state changes after...
> 1. Error: insufficient items for attribute "permissions"; must have at least 1 Removing the folder_permission from terraform state fixes this error for me. Of course this should be fixed...
@jamesdbloom I'm a bit lost in the logs of the failing builds. Looks like it fails because some tests fail to run in parallel right? Can you help with that?
Hey @nitrocode, any update on this?
You get `HTTP 403 Forbidden`. You need to pass correct credentials to access these resources.
It would be great to have ESM support for danger-js. We are using https://github.com/semantic-release/semantic-release inside a dangerfile.js. semantic-release switched to ESM with version 20 (current one is 22). So we...