Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 675 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 675 Bytes

Terraform provider for CloudKarafka

Available here: https://registry.terraform.io/providers/CloudKarafka/cloudkarafka/latest

Warning

The CloudKarafka service will reach its End of Life on January 27, 2025.

Development

First tell Terraform to use the local build of the provider

in ~/.terraformrc put this

dev_overrides {
  "hashicorp/cloudkarafka" = "/home/$USER/code/cloudkarafka/terraform-provider-cloudkarafka/"
}
direct {}

This will tell terraform to look in that directly for a binary called terraform-provider-cloudkarafka

To build that binary

go build