Summary
When setting up a connection and selecting fields in Airbyte cloud using Terraform, encountering a
HTTP/2.0 400 Bad Request
response. Looking for assistance in resolving this issue.
Question
Hi All,
I am setting up Airbyte cloud with Terraform and just run into an issue when trying to setup a connection and selecting fields. Not sure what I am doing wrong. Has anyone run into the a similar issue?
data_residency =
destination_id =
name = "Zendesk"
non_breaking_schema_updates_behavior = "propagate_columns"
prefix = "zendesk_"
source_id =
for_each = { for stream in local.zendesk_streams.streams : stream.name => stream }
configurations = {
streams = [{
name = each.value.name
cursor_field = each.value.cursor_field
selected_fields = [
{
field_path = each.value.selected_fields
}
]
sync_mode = each.value.sync_mode
}]
}
}```
The template renders correctly, but I get a `HTTP/2.0 400 Bad Request` response.
<br>
---
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. [Click here](https://airbytehq.slack.com/archives/C021JANJ6TY/p1730300649403449) if you want
to access the original thread.
[Join the conversation on Slack](https://slack.airbyte.com)
<sub>
["airbyte-cloud", "terraform", "connection", "selecting-fields", "http-400-bad-request"]
</sub>