Results 7 comments of Niranjan Bommu

I was trying with ver 0.0.3 downloaded from below url. https://github.com/Mongey/terraform-provider-confluentcloud/releases/tag/v0.0.3

I rebuilt the module from the source, now it works. `No changes. Infrastructure is up-to-date.`

when I build that from source still I have to define this in my terraform, is this right way to do this? ` deployment: { "sku": "BASIC" } `

another error when I create cluster with `availability: "HIGH` ' Terraform v0.11.14 provider.confluentcloud v0.0.3 provider.kafka v0.2.9 error: Error applying plan: 1 error occurred: * confluentcloud_kafka_cluster.nonprod-test: 1 error occurred: * confluentcloud_kafka_cluster.nonprod-test:...

intersting, if build the module from the source it works fine, here is my terraform. ```tf resource "confluentcloud_kafka_cluster" "test" { name = "test" service_provider = "aws" region = "us-east-1" availability...

this is going to be a big issue in my environment where we are going to switch everything to instance profile, right now it is broken with version 0.9.5 ```...

quick update, when I change s3 endpoint to s3:s3.amazonaws.com//restic, I'm able take the backup using instance porfiles