From 6e9d071f3578405cf1d1ae62bdfea569636b43aa Mon Sep 17 00:00:00 2001 From: michalbil <92343355+michalbil@users.noreply.github.com> Date: Wed, 11 Sep 2024 18:41:51 +0200 Subject: [PATCH] fix: Fixed env var name for api key authentication (#163) --- cmd/codegen/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/codegen/config.yaml b/cmd/codegen/config.yaml index c652f29b..fdb830a5 100644 --- a/cmd/codegen/config.yaml +++ b/cmd/codegen/config.yaml @@ -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: