mirror of
https://github.com/bvanroll/cicdTest.git
synced 2025-08-29 12:02:47 +00:00
8 lines
145 B
HCL
8 lines
145 B
HCL
output "cluster_id" {
|
|
value = google_container_cluster.cluster.id
|
|
}
|
|
|
|
output "cluster_name" {
|
|
value = google_container_cluster.cluster.name
|
|
}
|