File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ output "endpoint" {
45
45
sensitive = true
46
46
description = " Cluster endpoint"
47
47
value = local. cluster_endpoint
48
- depends_on = [
48
+ depends_on = [
49
49
/* Nominally, the endpoint is populated as soon as it is known to Terraform.
50
50
* However, the cluster may not be in a usable state yet. Therefore any
51
51
* resources dependent on the cluster being up will fail to deploy. With
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ output "endpoint" {
45
45
sensitive = true
46
46
description = " Cluster endpoint"
47
47
value = local. cluster_endpoint
48
- depends_on = [
48
+ depends_on = [
49
49
/* Nominally, the endpoint is populated as soon as it is known to Terraform.
50
50
* However, the cluster may not be in a usable state yet. Therefore any
51
51
* resources dependent on the cluster being up will fail to deploy. With
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ output "endpoint" {
45
45
sensitive = true
46
46
description = " Cluster endpoint"
47
47
value = local. cluster_endpoint
48
- depends_on = [
48
+ depends_on = [
49
49
/* Nominally, the endpoint is populated as soon as it is known to Terraform.
50
50
* However, the cluster may not be in a usable state yet. Therefore any
51
51
* resources dependent on the cluster being up will fail to deploy. With
You can’t perform that action at this time.
0 commit comments