spacelift-io / terraform-provider-spacelift

Terraform provider to interact with Spacelift
MIT License
74 stars 28 forks source link

Added resource for bitbucket datacenter integration handling #498

Closed peterdeme closed 6 months ago

peterdeme commented 8 months ago

Description of the change

Thanks to @mplushnikov for implementing this in https://github.com/spacelift-io/terraform-provider-spacelift/pull/491

We'll wait for multi vcs to be released before getting this to main.

Type of change

Checklists

Development

Code review

truszkowski commented 8 months ago

One test is failing. It tries to create a Bitbucket Datacenter default integration, which could be only one. Let's add MultiVCS support first, then this feature, and test creating non-default integration instead of the default one.