terraform-provider-airbyte
terraform-provider-airbyte copied to clipboard
Missing Apache Iceberg Destination
As airbyte does support "Apache Iceberg" as a destination, I would expect the terraform module to provide a airbyte_destination_iceberg
resource.
I can't find any iceberg related resource in the terraform module documentation and when adding the following resource, terraform will give an error that the resource is not supported.
"airbyte_destination_iceberg" "datalake" {
}
│ The provider airbytehq/airbyte does not support resource type "airbyte_destination_iceberg".