Coder Social home page Coder Social logo

Comments (2)

rikonen avatar rikonen commented on August 16, 2024 1

This problem seems to be specific to your service and not a generic problem with the Terraform provider. Could you please report this via our support chat or email as it would be easier to discuss service details on a non-public channel?

from terraform-provider-aiven.

lachatak avatar lachatak commented on August 16, 2024

Same problem with a different topic:

aiven_kafka_topic.internal_boost_btt_person_v1: Creating...
  cleanup_policy:           "" => "delete"
  minimum_in_sync_replicas: "" => "1"
  partitions:               "" => "2"
  project:                  "" => "ovo-uat"
  replication:              "" => "2"
  retention_bytes:          "" => "-1"
  retention_hours:          "" => "1"
  service_name:             "" => "kafka-uat"
  topic_name:               "" => "internal_boost_btt_person_v1"
aiven_kafka_topic.internal_boost_btt_person_v1: Still creating... (10s elapsed)

Error: Error applying plan:

1 error(s) occurred:

* aiven_kafka_topic.internal_boost_btt_person_v1: 1 error(s) occurred:

* aiven_kafka_topic.internal_boost_btt_person_v1: 409: {"errors":[{"message":"Topic internal_boost_btt_person_v1 already exists","status":409}],"message":"Topic internal_boost_btt_person_v1 already exists"} -

Terraform does not automatically rollback in the face of errors.
Instead, your Terraform state file has been partially updated with
any resources that successfully completed. Please address the error
above and apply again to incrementally change your infrastructure.

➜  dev git:(master) ✗ terraform import aiven_kafka_topic.internal_boost_btt_person_v1 ovo-uat/kafka-uat/internal_boost_btt_person_v1
aiven_kafka_topic.internal_boost_btt_person_v1: Importing from ID "ovo-uat/kafka-uat/internal_boost_btt_person_v1"...

Error: aiven_kafka_topic.internal_boost_btt_person_v1 (import id: ovo-uat/kafka-uat/internal_boost_btt_person_v1): import aiven_kafka_topic.internal_boost_btt_person_v1 (id: ovo-uat/kafka-uat/internal_boost_btt_person_v1): 404: {"errors":[{"message":"Topic 'internal_boost_btt_person_v1' does not exist","status":404}],"message":"Topic 'internal_boost_btt_person_v1' does not exist"} -

from terraform-provider-aiven.

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.