Skip to content

Commit

Permalink
fix: Fixed env var name for api key authentication (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
michalbil authored Sep 11, 2024
1 parent ad3ec23 commit 6e9d071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/codegen/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ terraform_provider_config:
type: string
api_key:
description: "The API key for PAN-OS. Either specify this or give both username and password."
env_name: "PANOS_API"
env_name: "PANOS_API_KEY"
optional: true
type: string
protocol:
Expand Down

0 comments on commit 6e9d071

Please sign in to comment.