We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a62d32 commit 6de8710Copy full SHA for 6de8710
outputs.tf
@@ -45,7 +45,7 @@ output "endpoint" {
45
sensitive = true
46
description = "Cluster endpoint"
47
value = local.cluster_endpoint
48
- depends_on = [
+ depends_on = [
49
/* Nominally, the endpoint is populated as soon as it is known to Terraform.
50
* However, the cluster may not be in a usable state yet. Therefore any
51
* resources dependent on the cluster being up will fail to deploy. With
0 commit comments