You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
resource"time_sleep""wait_for_cluster" {
# Ensure Terraform waits for the mgc_kubernetes_cluster before sleepingdepends_on=[
mgc_kubernetes_cluster.cluster_with_nodepool
]
# Use the variable "timer_duration" to decide how long to waitcreate_duration=var.timer_duration
}
The text was updated successfully, but these errors were encountered:
terraform-examples/advanced/kubernetes-with-kubeconfig/main.tf
Line 26 in 8a7872a
chatgpt generated solution
The text was updated successfully, but these errors were encountered: