Skip to content

Commit

Permalink
Update main.tf (#514)
Browse files Browse the repository at this point in the history
The `count` parameters is calculated when generating helm resource dependency. Therefore, it cannot depend on values that are unknown at apply time (e.g. on a data source field for a cluster which is not yet created).
  • Loading branch information
artemvmin authored Apr 1, 2024
1 parent 3a23680 commit 193bcc3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/kuberay-monitoring/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@

# Temporary workaround to ensure the GMP webhook is installed before applying PodMonitorings.
resource "time_sleep" "wait_for_gmp_operator" {
## Temporary workaroud, This is impacting for the standard cluster dependency graph
#count = var.autopilot_cluster ? 1 : 0
create_duration = "30s"
}

Expand Down

0 comments on commit 193bcc3

Please sign in to comment.