Bastien Malahieude

Results 13 comments of Bastien Malahieude

That would be great indeed Is the owner open for new maintainers to take over the project / Help with PR & Issues ?

Do you have an idea of the timeline for the next release (days / weeks / month ) Thanks !

Can this be merged ? I have a lot of "req is not defined" error and had to revert to 0.24.0

I've got to try it with the latest version, but I did not get any news from this so far

I still have the same issue on my tests. This is my code : ```` data "github_repository" "repo" { full_name = "${local.organization}/${local.repository}" } resource "github_repository_environment" "repo_environment" { repository = data.github_repository.repo.name...