William Jiang

Results 1 issues of William Jiang

Terraform applying [airbyte_source_linear](https://registry.terraform.io/providers/airbytehq/airbyte/latest/docs/resources/source_linear) returns 400 bad response. ``` {"status":400,"type":"https://reference.airbyte.com/reference/errors","title":"value-not-found","detail":"The │ submitted value could not be │ found.","documentationUrl":null,"data":{"value":"linear"}} ``` However, `terraform plan` works... ### Code ``` resource "airbyte_source_linear" "source" { name...