Skip to content

Commit 9838c07

Browse files
committed
Fix indentation
1 parent 2cd0e93 commit 9838c07

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

modules/beta-private-cluster/outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ output "endpoint" {
4545
sensitive = true
4646
description = "Cluster endpoint"
4747
value = local.cluster_endpoint
48-
depends_on = [
48+
depends_on = [
4949
/* Nominally, the endpoint is populated as soon as it is known to Terraform.
5050
* However, the cluster may not be in a usable state yet. Therefore any
5151
* resources dependent on the cluster being up will fail to deploy. With

modules/beta-public-cluster/outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ output "endpoint" {
4545
sensitive = true
4646
description = "Cluster endpoint"
4747
value = local.cluster_endpoint
48-
depends_on = [
48+
depends_on = [
4949
/* Nominally, the endpoint is populated as soon as it is known to Terraform.
5050
* However, the cluster may not be in a usable state yet. Therefore any
5151
* resources dependent on the cluster being up will fail to deploy. With

modules/private-cluster/outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ output "endpoint" {
4545
sensitive = true
4646
description = "Cluster endpoint"
4747
value = local.cluster_endpoint
48-
depends_on = [
48+
depends_on = [
4949
/* Nominally, the endpoint is populated as soon as it is known to Terraform.
5050
* However, the cluster may not be in a usable state yet. Therefore any
5151
* resources dependent on the cluster being up will fail to deploy. With

0 commit comments

Comments
 (0)