terraform-provider-confluent: confluent_kafka_cluster Data Source is missing attribute 'http_endpoint'
Hello,
we’ve encountered the following problem:
The resource confluent_kafka_cluster is exposing an attribute ‘http_endpoint’
The corresponding datasource confluent_kafka_cluster does not provide this attribute.
When using this attribute (it is defined the the schema and terraform validation is successful) it seems to be empty as the following error shows during “terrafom apply”:
Error: Post "/kafka/v3/clusters/redacted/topics": POST /kafka/v3/clusters/redacted/topics giving up after 1 attempt(s): Post "/kafka/v3/clusters/redacted/topics": unsupported protocol scheme ""
I think this is a bug?
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Reactions: 1
- Comments: 24
Commits related to this issue
- Update docs (#14) — committed to confluentinc/terraform-provider-confluent by linouk23 2 years ago
@Marcus-James-Adams they may be able to do a one-off “fix” for your cluster a little bit earlier but you might need to talk to them directly.
@komal-SkyNET if the question is about the existing clusters, we’re currently targeting end of June to enable
http_endpointfor them.Now that our region has had the fix applied this is working ok - thank you. I think this ticket can be closed
Hi @linouk23 , as you suggested we recreated our cluster and everything works as expected. Thanks for your help!
Let’s keep it open for now for additional visibility until we get to a resolution.