Skip to content

Commit

Permalink
Merge pull request #32 from treehouselabs/fix-docs
Browse files Browse the repository at this point in the history
Docs: fix equivalent environment variable for api_key parameter
  • Loading branch information
kenzo0107 authored Jan 29, 2024
2 parents 3172ea5 + beeab71 commit 03f44ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
page_title: "sendgrid Provider"
subcategory: ""
description: |-
---

# sendgrid Provider
Expand All @@ -30,5 +30,5 @@ provider "sendgrid" {

### Optional

- `api_key` (String, Sensitive) Username for Sendgrid API. May also be provided via SENDGRID_SUBUSER environment variable.
- `api_key` (String, Sensitive) Username for Sendgrid API. May also be provided via SENDGRID_API_KEY environment variable.
- `subuser` (String) Subuser for Sendgrid API. May also be provided via SENDGRID_SUBUSER environment variable.

0 comments on commit 03f44ce

Please sign in to comment.