File tree Expand file tree Collapse file tree 10 files changed +10
-10
lines changed
beta-autopilot-private-cluster
beta-autopilot-public-cluster
beta-private-cluster-update-variant
beta-public-cluster-update-variant
private-cluster-update-variant Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ output "zones" {
6060
6161output "endpoint" {
6262 description = "Cluster endpoint"
63- value = local.cluster_endpoint
63+ value = nonsensitive( local.cluster_endpoint)
6464 depends_on = [
6565 /* Nominally, the endpoint is populated as soon as it is known to Terraform.
6666 * However, the cluster may not be in a usable state yet. Therefore any
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ output "zones" {
5757
5858output "endpoint" {
5959 description = " Cluster endpoint"
60- value = local. cluster_endpoint
60+ value = nonsensitive ( local. cluster_endpoint )
6161 depends_on = [
6262 /* Nominally, the endpoint is populated as soon as it is known to Terraform.
6363 * However, the cluster may not be in a usable state yet. Therefore any
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ output "zones" {
5757
5858output "endpoint" {
5959 description = " Cluster endpoint"
60- value = local. cluster_endpoint
60+ value = nonsensitive ( local. cluster_endpoint )
6161 depends_on = [
6262 /* Nominally, the endpoint is populated as soon as it is known to Terraform.
6363 * However, the cluster may not be in a usable state yet. Therefore any
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ output "zones" {
5858
5959output "endpoint" {
6060 description = " Cluster endpoint"
61- value = local. cluster_endpoint
61+ value = nonsensitive ( local. cluster_endpoint )
6262 depends_on = [
6363 /* Nominally, the endpoint is populated as soon as it is known to Terraform.
6464 * However, the cluster may not be in a usable state yet. Therefore any
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ output "zones" {
5858
5959output "endpoint" {
6060 description = " Cluster endpoint"
61- value = local. cluster_endpoint
61+ value = nonsensitive ( local. cluster_endpoint )
6262 depends_on = [
6363 /* Nominally, the endpoint is populated as soon as it is known to Terraform.
6464 * However, the cluster may not be in a usable state yet. Therefore any
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ output "zones" {
5858
5959output "endpoint" {
6060 description = " Cluster endpoint"
61- value = local. cluster_endpoint
61+ value = nonsensitive ( local. cluster_endpoint )
6262 depends_on = [
6363 /* Nominally, the endpoint is populated as soon as it is known to Terraform.
6464 * However, the cluster may not be in a usable state yet. Therefore any
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ output "zones" {
5858
5959output "endpoint" {
6060 description = " Cluster endpoint"
61- value = local. cluster_endpoint
61+ value = nonsensitive ( local. cluster_endpoint )
6262 depends_on = [
6363 /* Nominally, the endpoint is populated as soon as it is known to Terraform.
6464 * However, the cluster may not be in a usable state yet. Therefore any
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ output "zones" {
5858
5959output "endpoint" {
6060 description = " Cluster endpoint"
61- value = local. cluster_endpoint
61+ value = nonsensitive ( local. cluster_endpoint )
6262 depends_on = [
6363 /* Nominally, the endpoint is populated as soon as it is known to Terraform.
6464 * However, the cluster may not be in a usable state yet. Therefore any
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ output "zones" {
5858
5959output "endpoint" {
6060 description = " Cluster endpoint"
61- value = local. cluster_endpoint
61+ value = nonsensitive ( local. cluster_endpoint )
6262 depends_on = [
6363 /* Nominally, the endpoint is populated as soon as it is known to Terraform.
6464 * However, the cluster may not be in a usable state yet. Therefore any
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ output "zones" {
5858
5959output "endpoint" {
6060 description = " Cluster endpoint"
61- value = local. cluster_endpoint
61+ value = nonsensitive ( local. cluster_endpoint )
6262 depends_on = [
6363 /* Nominally, the endpoint is populated as soon as it is known to Terraform.
6464 * However, the cluster may not be in a usable state yet. Therefore any
You can’t perform that action at this time.
0 commit comments