Skip to content

Commit dadceb9

Browse files
committed
apply feedback
Signed-off-by: Jorge Turrado <jorge.turrado@mail.schwarz>
1 parent 841e37c commit dadceb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stackit/provider.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ func (p *Provider) Schema(_ context.Context, _ provider.SchemaRequest, resp *pro
201201
"service_account_key": "Service account key used for authentication. If set, the key flow will be used to authenticate all operations.",
202202
"private_key_path": "Path for the private RSA key used for authentication, relevant for the key flow. It takes precedence over the private key that is included in the service account key.",
203203
"private_key": "Private RSA key used for authentication, relevant for the key flow. It takes precedence over the private key that is included in the service account key.",
204-
"service_account_email": "Service account email. It can also be set using the environment variable STACKIT_SERVICE_ACCOUNT_EMAIL. It is required if you want to use the resource manager project resource.",
204+
"service_account_email": "Service account email. It can also be set using the environment variable STACKIT_SERVICE_ACCOUNT_EMAIL. It is required if you want to use the resource manager project resource. This value is required uisng OpenID Connect authentication.",
205205
"service_account_federated_token_path": "Path for workload identity assertion. It can also be set using the environment variable STACKIT_FEDERATED_TOKEN_FILE.",
206206
"service_account_federated_token": "The OIDC ID token for use when authenticating as a Service Account using OpenID Connect.",
207207
"use_oidc": "Should OIDC be used for Authentication? This can also be sourced from the `STACKIT_USE_OIDC` Environment Variable. Defaults to `false`.",

0 commit comments

Comments
 (0)