OpsLevel / terraform-provider-opslevel

Terraform provider for OpsLevel.com
https://registry.terraform.io/providers/OpsLevel/opslevel/latest/docs
MIT License
8 stars 5 forks source link

update predicate validation, fix tests, one API fix #361

Closed davidbloss closed 2 months ago

davidbloss commented 2 months ago

Issues

Changelog

Add <Predicate>.IsUnknown() to config validation of predicates. This is needed for input variables are used to set predicates as we do in integration testing. Converted opslevel_check_repository_search.file_extensions from list type to set type, added a validator to enforce non-empty sets on this field to match the API.

Tophatting

task test-integration