Skip to content

Commit

Permalink
fix: Fix env name typo in code (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexluong authored Apr 17, 2024
1 parent e3e530c commit 5f7ce30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func (p *hookdeckProvider) Schema(ctx context.Context, req provider.SchemaReques
"api_key": schema.StringAttribute{
Optional: true,
Sensitive: true,
MarkdownDescription: fmt.Sprintf("Hookdeck API Key. Alternatively, can be configured using the `%s` environment variable.", apiBaseEnvVarKey),
MarkdownDescription: fmt.Sprintf("Hookdeck API Key. Alternatively, can be configured using the `%s` environment variable.", apiKeyEnvVarKey),
},
},
}
Expand Down

0 comments on commit 5f7ce30

Please sign in to comment.