-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pushing a custom branch fails #96
Comments
First, thanks for this perfect bug report, I will work on it soon |
miton18
added a commit
that referenced
this issue
Dec 27, 2024
miton18
added a commit
that referenced
this issue
Dec 27, 2024
@Falinor can you test v0.5.1 with |
I can confirm that pushing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there,
Pushing a custom branch, for instance
main
, fails.CleverCloud enforces the use of a
master
branch on its git repositories, which is a limitation.Like pushing manually using
git push clever main:master
, it should be possible to deploy a custom branch using Terraform.Terraform Version
Affected Resource(s)
Terraform Configuration Files
A reproduction repository is available there.
Debug Output
https://gist.github.com/Falinor/944a327da412faaeabe86310830e1762
Expected Behavior
CleverCloud should retrieve a custom branch (for instance
main
) on itsmaster
branch.Actual Behavior
CleverCloud declined the branch
main
to be pushed to the repository.Steps to Reproduce
terraform init
terraform apply
Important Factoids
None
References
My reproduction repository there to help.
The text was updated successfully, but these errors were encountered: