Closed dentarg closed 3 years ago
Was removed in https://github.com/cloudamqp/terraform-provider-cloudamqp/pull/2 but then restored in https://github.com/cloudamqp/terraform-provider-cloudamqp/commit/c843f306a91a9c7dd46a7576c11857339747c1c3, but according to @tbroden84 we don't need it anymore now that we use the Terraform registry.
Remove vendor folder again. No issue to build it locally when using go mod tidy instead of go mod vendor.
go mod tidy
go mod vendor
Was removed in https://github.com/cloudamqp/terraform-provider-cloudamqp/pull/2 but then restored in https://github.com/cloudamqp/terraform-provider-cloudamqp/commit/c843f306a91a9c7dd46a7576c11857339747c1c3, but according to @tbroden84 we don't need it anymore now that we use the Terraform registry.