spacelift-io / terraform-provider-spacelift

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

Refactor tests #518

Closed truszkowski closed 7 months ago

truszkowski commented 7 months ago

Description of the change

Tests need to be more flexible. We need to add more tests to cover VCS integration cases. Let's use testConfig structure and fill them from env-vars.

In the future, we would consider changing to store secrets differently. We're using quite a lot of secrets; if we add all configuration key values there, we'll hit the limit. For now, it's fine.

Also:

Type of change

Related issues

Fix [#1]()

Checklists

Development

Code review