gavinbunney / terraform-provider-bitbucketserver

Terraform provider for Bitbucket Server Management
https://registry.terraform.io/providers/gavinbunney/bitbucketserver/latest
Mozilla Public License 2.0
29 stars 33 forks source link

Fix Exists method when repo does not exist #28

Closed Kamahl19 closed 3 years ago

Kamahl19 commented 3 years ago

When somebody removes repository, the next plan will fail unless doing terraform state rm... This fixes this issue

Kamahl19 commented 3 years ago

@gavinbunney Hey, sorry to bother you. Would you be able to merge and release this one? It finally fixes the resource for all cases

gavinbunney commented 3 years ago

Awesome thanks!