From 5496ba763ce86ae7168c87a6bd531f6952fa2533 Mon Sep 17 00:00:00 2001 From: Saketh <43525626+sappusaketh@users.noreply.github.com> Date: Thu, 25 Apr 2024 09:25:53 -0500 Subject: [PATCH] Update README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bb5d86d..cbfd2ce 100644 --- a/README.md +++ b/README.md @@ -18,15 +18,16 @@ https://github.com/hashicorp/terraform-provider-aws/issues/5396 terraform { required_providers { schemaregistry = { - source = "arkiaconsulting/confluent-schema-registry" + source = "fetch-rewards/confluent-schema-registry" } } } provider "schemaregistry" { - schema_registry_url = "https://xxxxxx.confluent.cloud" - username = "" - password = "" + schema_registry_url = "https://-event-tracking-schema-registry.fetchrewards.com" + # Below configs are not needed for our SR as we dont have auth enabled + # username = "" + # password = "" } ``` _You can omit the credential details by defining the environment variables `SCHEMA_REGISTRY_URL`, `SCHEMA_REGISTRY_USERNAME`, `SCHEMA_REGISTRY_PASSWORD`_ @@ -139,4 +140,4 @@ To see any logging that you added to the provider (using tflog) you can add the An example of using tflog to log a message in the provider is below: -```tflog.Info(ctx, "Configuring SchemaRegistry client")``` \ No newline at end of file +```tflog.Info(ctx, "Configuring SchemaRegistry client")```