Skip to content

Commit

Permalink
Add aws-secrets-manager example
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelprazak committed Oct 4, 2023
1 parent 5c1b51d commit 95a6ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/aws-secrets-manager/Main.scala
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import besom.api.aws.secretsmanager.SecretVersionArgs
for
secret <- secret
_ <- secretVersion
yield Pulumi.exports(
yield exports(
secretId = secret.id // Export secret ID (in this case the ARN)
)
}

0 comments on commit 95a6ded

Please sign in to comment.