Skip to content

Commit 2566fec

Browse files
wyardleyapeabody
andauthored
fix(main): unmark endpoint as sensitive (#2249)
Co-authored-by: Andrew Peabody <[email protected]>
1 parent 3ecf473 commit 2566fec

File tree

41 files changed

+31
-72
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+31
-72
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 = [

examples/simple_regional_private_with_cluster_version/outputs.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
*/
1616

1717
output "kubernetes_endpoint" {
18-
sensitive = true
19-
value = module.gke.endpoint
18+
value = module.gke.endpoint
2019
}
2120

2221
output "client_token" {

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 = [

0 commit comments

Comments
 (0)