You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there,
I have an Issue when I try to rename (update-in-place) a bitbucket repository.
In this example I want to rename the Repositry from "Project-Infrastructure" to "Project-Core"
Terraform is creating the updated repository, but is failing afterwards, because it wants to enable the pipeline for the old name of the repository.
It seems like the order, the plugin is doing this, is wrong.
│ Error: error enabling pipeline for repository (Project-infrastructure): 404 Not Found
│
│ with module.nostalgicart.bitbucket_repository.project[0],
│ on modules/account/main.tf line 109, in resource "bitbucket_repository" "project":
│ 109: resource "bitbucket_repository" "project" {
Expected Behavior
When I change the value of "Name", the repository should be renamed
Actual Behavior
Terraform is failing, because its trying to enable pippeline for the old repository name, which is already deleted by terraform in the same run
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
change the name of the repository with pipeline enabled
terraform apply
The text was updated successfully, but these errors were encountered:
Hi there,
I have an Issue when I try to rename (update-in-place) a bitbucket repository.
In this example I want to rename the Repositry from "Project-Infrastructure" to "Project-Core"
Terraform is creating the updated repository, but is failing afterwards, because it wants to enable the pipeline for the old name of the repository.
It seems like the order, the plugin is doing this, is wrong.
Terraform Version
1.2.6
Affected Resource(s)
Terraform Configuration Files
changed to:
Panic Output
Expected Behavior
When I change the value of "Name", the repository should be renamed
Actual Behavior
Terraform is failing, because its trying to enable pippeline for the old repository name, which is already deleted by terraform in the same run
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
The text was updated successfully, but these errors were encountered: