Skip to content

Commit

Permalink
Update resource.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
gdj0nes authored Apr 5, 2024
1 parent c4a020d commit 73ef0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/resources/pinecone_index/resource.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
}

provider "pinecone" {
# api_key = set via PINECONE_API_KEY env variable
api_key = var.pinecone_api_key
}

resource "pinecone_index" "test" {
Expand Down

0 comments on commit 73ef0bc

Please sign in to comment.