From 8bdd91ef5d35c790727c3250955a4fdb114330ba Mon Sep 17 00:00:00 2001 From: Kevin Wang Date: Thu, 5 Oct 2023 14:11:49 -0400 Subject: [PATCH] chore: text updates --- README.md | 10 +++++----- learning/log.md | 4 ++++ 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 317bdd3..6fb8095 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@ ```hcl terraform { - required_providers { - pinecone = { - source ="thekevinwang.com/terraform-providers/pinecone" - } - } + required_providers { + pinecone = { + source ="thekevinwang.com/terraform-providers/pinecone" + } + } } provider "pinecone" {} diff --git a/learning/log.md b/learning/log.md index 994f47f..6758bd5 100644 --- a/learning/log.md +++ b/learning/log.md @@ -255,3 +255,7 @@ Started working on tests and new-to-me golang module/import/testing isms https://github.com/hashicorp/terraform-plugin-testing/issues/185 10-05-2023 12:52pm Got a basic CREATE-DESTROY acceptance test working + +10-05-2023 12:58pm Merged: https://github.com/thiskevinwang/terraform-provider-pinecone/pull/2 + +Continue on to implement a `pinecone_collection` data-source