confluent_tf_importer Resource

General Availability

confluent_tf_importer resource provides an Importer resource that enables exporting of your existing Confluent Cloud resources to Terraform Configuration (main.tf) and Terraform State (terraform.tfstate) files to a local directory called imported_confluent_infrastructure.

See Resource Importer for Confluent Terraform Provider for step-by-step instructions on how to use the confluent_tf_importer resource.

Example Usage

resource "confluent_tf_importer" "example" {
  resources = ["confluent_service_account", "confluent_environment"]
}

Argument Reference

The following arguments are supported:

These are the exportable resources:

Getting Started

The following end-to-end examples might help to get started with the confluent_tf_importer resource: