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
I'm encountering an issue while configuring the bitbucket_deployment and bitbucket_deployment_variable resources in Terraform. Below is the code snippet I'm using:
bitbucket_project.devops-testing: Creating...
bitbucket_project.devops-testing: Creation complete after 1s [id=abc/DEVOPS]
bitbucket_repository.devops-testing-repo: Creating...
╷
│ Error: Provider produced inconsistent result after apply
│
│ When applying changes to bitbucket_repository.devops-testing-repo, provider "provider["registry.terraform.io/drfaust92/bitbucket"]" produced an
│ unexpected new value: Root resource was present, but now absent.
│
│ This is a bug in the provider, which should be reported in the provider's own issue tracker.
I'm also encountering a separate error that states: ERROR] vertex error: API Error: 400 repositories environments bitbucket.
Could you please help me identify if I'm making a mistake, or if this is an issue with the provider? Thank you!
The text was updated successfully, but these errors were encountered:
Hi there,
I'm encountering an issue while configuring the bitbucket_deployment and bitbucket_deployment_variable resources in Terraform. Below is the code snippet I'm using:
Terraform Configuration Files
Debug Output
bitbucket_project.devops-testing: Creating...
bitbucket_project.devops-testing: Creation complete after 1s [id=abc/DEVOPS]
bitbucket_repository.devops-testing-repo: Creating...
╷
│ Error: Provider produced inconsistent result after apply
│
│ When applying changes to bitbucket_repository.devops-testing-repo, provider "provider["registry.terraform.io/drfaust92/bitbucket"]" produced an
│ unexpected new value: Root resource was present, but now absent.
│
│ This is a bug in the provider, which should be reported in the provider's own issue tracker.
I'm also encountering a separate error that states: ERROR] vertex error: API Error: 400 repositories environments bitbucket.
Could you please help me identify if I'm making a mistake, or if this is an issue with the provider? Thank you!
The text was updated successfully, but these errors were encountered: