Skip to content

Commit

Permalink
f: var name
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjjung committed Dec 12, 2024
1 parent 1acf70c commit 6d1afd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tb_pulumi/rds.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def __init__(
project=project,
secret_name=secret_fullname,
secret_value=password.result,
secret_recovery_window_in_days=secret_recovery_window_in_days,
recovery_window_in_days=secret_recovery_window_in_days,
opts=pulumi.ResourceOptions(parent=self, depends_on=[password])
)

Expand Down

0 comments on commit 6d1afd9

Please sign in to comment.