File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
examples/safer_cluster_iap_bastion Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ To deploy this example:
6060| ca\_ certificate | Cluster ca certificate (base64 encoded) |
6161| cluster\_ name | Cluster name |
6262| endpoint | Cluster endpoint |
63+ | endpoint\_ dns | Cluster endpoint dnd |
6364| get\_ credentials\_ command | gcloud get-credentials command to generate kubeconfig for the private cluster |
6465| keyring | The name of the keyring. |
6566| keyring\_ resource | The location of the keyring. |
Original file line number Diff line number Diff line change @@ -35,6 +35,12 @@ output "endpoint" {
3535 value = module. gke . endpoint
3636}
3737
38+ output "endpoint_dns" {
39+ sensitive = true
40+ description = " Cluster endpoint dnd"
41+ value = module. gke . endpoint_dns
42+ }
43+
3844output "master_authorized_networks_config" {
3945 description = " Networks from which access to master is permitted"
4046 value = module. gke . master_authorized_networks_config
You can’t perform that action at this time.
0 commit comments