Skip to content

Commit

Permalink
Add depends_on for the validator to wait (#1544)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasireddy99 authored Jan 11, 2024
1 parent 4531d6a commit 0798341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/eks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ module "validator" {
module.adot_operator,
kubectl_manifest.logs_sample_fargate_deploy,
null_resource.prom_base_ready_check,
null_resource.aoc_deployment_adot_operator,
kubernetes_deployment.aoc_deployment,
]
}

0 comments on commit 0798341

Please sign in to comment.