Skip to content

Commit 5c61d25

Browse files
committed
fix: use secret interface instead
1 parent 264affd commit 5c61d25

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

API.md

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export interface TailscaleLambdaProxyProps {
1919
/**
2020
* The name of the AWS Secrets Manager secret that contains the pure text Tailscale API Key.
2121
*/
22-
readonly tsSecretApiKey: secretsmanager.Secret;
22+
readonly tsSecretApiKey: secretsmanager.ISecret;
2323

2424
/**
2525
* The "Machine" name as shown in the Tailscale admin console that identifies the Lambda function.

0 commit comments

Comments
 (0)