Run the following command to build the provider
make build
First, build and install the provider.
make install
Spin up docker compose.
cd docker_compose
docker compose up
Go to localhost:9021
in your web browser and create topics.
Open another shell and get inside examples/manage_schema
folder.
cd examples/manage_schema
Finally, run the following commands to initialize the workspace and check the sample output.
terraform init
terraform plan