-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Provider Creates Repo But Fails With: Error: unable to enable pipelines for repository with error: 404 Not Found #174
Comments
Terraform trace debug output seems to indicate the provider might be unstable: (NOTE: enable_pipelines tested with both
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm running a basic create repo test with
resource "bitbucket_repository"
.The terraform apply fails, even though the repo is created in bitbucket:
Note: This is even though
enable_pipeline=false
... which suggests thefalse
parameter is being ignored in the providerNote: the App Password created for authentication has been granted permissions to enable and create pipelines in BB settings.
Is there a workaround or solution for this?
Note: Destroy is clean:
The text was updated successfully, but these errors were encountered: