Skip to content

Commit

Permalink
f: tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjjung committed Dec 18, 2024
1 parent 7fd915d commit 177b62d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tb_pulumi/secrets.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def __init__(
)

secret = aws.secretsmanager.Secret(
f'{name}-secret', opts=pulumi.ResourceOptions(parent=self), name=secret_name, tags=tags, **kwargs
f'{name}-secret', opts=pulumi.ResourceOptions(parent=self), name=secret_name, tags=self.tags, **kwargs
)

version = aws.secretsmanager.SecretVersion(
Expand Down

0 comments on commit 177b62d

Please sign in to comment.