Code Monkey home page Code Monkey logo

Comments (11)

linouk23 avatar linouk23 commented on May 30, 2024 7

We've just released version 1.3.0 of TF Provider where we added new

in an Open Preview lifecycle stage.

We're very excited to hear your feedback about it!

cc @tfindlay-au @SebaLG @sourabhkrishna @mattyev87 @ssemyonov @javiervelamindcurv @AlexVasiukov @simonschmidt @miguelaferreira @de1et3d

from terraform-provider-confluent.

tfindlay-au avatar tfindlay-au commented on May 30, 2024 3

This worked perfectly for me. It does take time to provision KSQL, in my case Terraform took 9m29s

module.ksql_cluster.confluent_ksql_cluster.ksql-cluster: Creation complete after 9m29s [id=lksqlc-12o5zj]

... but aside from the time, it works perfectly. Thank you so much.

from terraform-provider-confluent.

linouk23 avatar linouk23 commented on May 30, 2024 2

Thanks for opening an issue @sourabhkrishna!

It's in our future plan but we don't have any details yet.

from terraform-provider-confluent.

SebaLopez94 avatar SebaLopez94 commented on May 30, 2024

Any details about it? Thanks!

from terraform-provider-confluent.

tfindlay-au avatar tfindlay-au commented on May 30, 2024

So excited for this. I'm happy to build the provider from source and beta test anything.

from terraform-provider-confluent.

ConfluentSpencer avatar ConfluentSpencer commented on May 30, 2024

@tfindlay-au would you be open to sharing more about your use cases and why the KSQL resource is important for you? Would love to have a discussion on our community slack channel:
https://confluentcommunity.slack.com/archives/C02JJ23HZD3

from terraform-provider-confluent.

tfindlay-au avatar tfindlay-au commented on May 30, 2024

Just one thought - after creation, there seems to be no data block/output variable to determine the cluster endpoint ?
eg. https://pksqlc-d0gw1.ap-southeast-2.aws.confluent.cloud

This does appear in the state file as http_endpoint, but does not seem to be available to use ?

  "instances": [
    {
      "schema_version": 0,
      "attributes": {
        "api_version": "ksqldbcm/v2",
        "credential_identity": [
          {
            "id": "sa-<account>>"
          }
        ],
        "csu": 1,
        "display_name": "InputToOutput",
        "environment": [
          {
            "id": "env-<environment>"
          }
        ],
        "http_endpoint": "https://pksqlc-d0gw1.ap-southeast-2.aws.confluent.cloud:443",
        "id": "lksqlc-81jj3m",
        "kafka_cluster": [
          {
            "id": "lkc-<cluster>"
          }
        ]
      }
    }
  ]

I think this might be useful to have available ?

from terraform-provider-confluent.

linouk23 avatar linouk23 commented on May 30, 2024

I'm not sure I got the question right. http_endpoint is a computed attribute:
image
that you can reference as confluent_ksql_cluster.example.http_endpoint or

output "foo" {
  value = confluent_ksql_cluster.example.http_endpoint
}

from terraform-provider-confluent.

linouk23 avatar linouk23 commented on May 30, 2024

cc @tfindlay-au

from terraform-provider-confluent.

tfindlay-au avatar tfindlay-au commented on May 30, 2024

Thanks for following up, I did see it in the documentation, but it just shows as red in IntelliJ, I think its just an IDE issue.
image

I confirmed the output is indeed populated when running in terraform.

from terraform-provider-confluent.

linouk23 avatar linouk23 commented on May 30, 2024

That's right, I don't think IntelliJ "recognizes" computed property by default 😕

from terraform-provider-confluent.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.