Bastien Malahieude
Bastien Malahieude
Where is the status on this PR ? :)
Where is the status on this ?
That would be great indeed Is the owner open for new maintainers to take over the project / Help with PR & Issues ?
this is still needed
This is still needed
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
Hi there, any news on this issue ?
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...