Questions tagged [confluent-cloud]

154 questions
-1
votes
1 answer

Iterating List of lists getting null value in terraform

Input Variable appr = { "product1" = {WO = ["6470"], RO = ["6471","5538"]}, "product2" = {RO = ["6472"]} } Error: │ Error: Iteration over null value │ │ on ../../modules/sa_pc/main.tf line 15, in locals: │ 14: for co, coo…
Nabob
  • 33
  • 6
-1
votes
1 answer

how to change terraform provider?

Currently, I am using "Mongey/kafka" provider and now I have to switch to "confluentinc/confluent" provider with my existing terraform pipeline. How can I do this ? Steps currently following to switch the provider Changing the provider in main.tf…
-1
votes
1 answer

Want to run ccloud command to create a topic using python

I want to run this command ccloud create topic mytopic using python
1 2 3
10
11