Skip to content

Commit

Permalink
fix: adding a depends_on to the subscription
Browse files Browse the repository at this point in the history
  • Loading branch information
gambol99 committed Sep 10, 2024
1 parent 72cd53b commit 66c63c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ module "dashboards" {
depends_on = [
module.collector,
module.source,
aws_quicksight_account_subscription.subscription,
]

providers = {
Expand Down

0 comments on commit 66c63c0

Please sign in to comment.