Skip to content

Commit

Permalink
chore: text updates
Browse files Browse the repository at this point in the history
  • Loading branch information
thiskevinwang committed Oct 5, 2023
1 parent 041fbda commit 8bdd91e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" {}
Expand Down
4 changes: 4 additions & 0 deletions learning/log.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8bdd91e

Please sign in to comment.