Skip to content

Commit 9612522

Browse files
committed
review changes 5 (fix typo)
Signed-off-by: Mauritz Uphoff <mauritz.uphoff@stackit.cloud>
1 parent c30f6a0 commit 9612522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stackit/internal/services/access_token/ephemeral_resource.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ func (e *accessTokenEphemeralResource) Schema(_ context.Context, _ ephemeral.Sch
7070
"If a private key is not explicitly provided, the provider attempts to extract it from the service account key instead. "+
7171
"Access tokens generated from service account keys expire after 60 minutes.",
7272
"~> Service account key credentials must be configured either in the STACKIT provider configuration or via environment variables (see example below). "+
73-
"If any other authentication method is configured, this ephemeral resource generation will fail with an error.",
73+
"If any other authentication method is configured, this ephemeral resource will fail with an error.",
7474
),
7575
core.EphemeralResource,
7676
)

0 commit comments

Comments
 (0)