Skip to content

Commit

Permalink
f: depends
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjjung committed Dec 16, 2024
1 parent 1606e01 commit 8608e7d
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 @@ -425,7 +425,7 @@ def __init__(
internal=True,
ips=load_balancer_ips,
security_group_description=f'Allow database traffic for {name}',
opts=pulumi.ResourceOptions(parent=self, depends_on=[*instances, *load_balancer_ips, *subnets]),
opts=pulumi.ResourceOptions(parent=self, depends_on=[*instances, load_balancer_ips, *subnets]),
)

ssm_param_db_read_host = load_balancer.apply(
Expand Down

0 comments on commit 8608e7d

Please sign in to comment.