Skip to content

Commit 5724b41

Browse files
committed
fix(main): unmark endpoint as sensitive
It doesn't appear there's any clear reason that the `endpoint` output needs to be sensitive. Fixes #2248
1 parent f23d52f commit 5724b41

File tree

10 files changed

+0
-10
lines changed

10 files changed

+0
-10
lines changed

autogen/main/outputs.tf.tmpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ output "zones" {
5959
}
6060

6161
output "endpoint" {
62-
sensitive = true
6362
description = "Cluster endpoint"
6463
value = local.cluster_endpoint
6564
depends_on = [

modules/beta-autopilot-private-cluster/outputs.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ output "zones" {
5656
}
5757

5858
output "endpoint" {
59-
sensitive = true
6059
description = "Cluster endpoint"
6160
value = local.cluster_endpoint
6261
depends_on = [

modules/beta-autopilot-public-cluster/outputs.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ output "zones" {
5656
}
5757

5858
output "endpoint" {
59-
sensitive = true
6059
description = "Cluster endpoint"
6160
value = local.cluster_endpoint
6261
depends_on = [

modules/beta-private-cluster-update-variant/outputs.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ output "zones" {
5757
}
5858

5959
output "endpoint" {
60-
sensitive = true
6160
description = "Cluster endpoint"
6261
value = local.cluster_endpoint
6362
depends_on = [

modules/beta-private-cluster/outputs.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ output "zones" {
5757
}
5858

5959
output "endpoint" {
60-
sensitive = true
6160
description = "Cluster endpoint"
6261
value = local.cluster_endpoint
6362
depends_on = [

modules/beta-public-cluster-update-variant/outputs.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ output "zones" {
5757
}
5858

5959
output "endpoint" {
60-
sensitive = true
6160
description = "Cluster endpoint"
6261
value = local.cluster_endpoint
6362
depends_on = [

modules/beta-public-cluster/outputs.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ output "zones" {
5757
}
5858

5959
output "endpoint" {
60-
sensitive = true
6160
description = "Cluster endpoint"
6261
value = local.cluster_endpoint
6362
depends_on = [

modules/private-cluster-update-variant/outputs.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ output "zones" {
5757
}
5858

5959
output "endpoint" {
60-
sensitive = true
6160
description = "Cluster endpoint"
6261
value = local.cluster_endpoint
6362
depends_on = [

modules/private-cluster/outputs.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ output "zones" {
5757
}
5858

5959
output "endpoint" {
60-
sensitive = true
6160
description = "Cluster endpoint"
6261
value = local.cluster_endpoint
6362
depends_on = [

outputs.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ output "zones" {
5757
}
5858

5959
output "endpoint" {
60-
sensitive = true
6160
description = "Cluster endpoint"
6261
value = local.cluster_endpoint
6362
depends_on = [

0 commit comments

Comments
 (0)