spacelift-io / terraform-provider-spacelift

Terraform provider to interact with Spacelift
MIT License
76 stars 29 forks source link

Disallow empty strings wherever they are required #341

Closed marcinwyszynski closed 2 years ago

marcinwyszynski commented 2 years ago

Description of the change

HCL treats empty string and null interchangeably so embedded blocks with just empty strings as values will fail on interface conversions. While at it, we can add validations everywhere an empty string would not make sense.

Type of change

Related issues

Fixes #340

Checklists

Development

Code review