Skip to content

Commit

Permalink
Merge pull request #35 from dkossako/master
Browse files Browse the repository at this point in the history
Add cluster name to terraform outputs
  • Loading branch information
nlamirault authored Jan 10, 2024
2 parents d479f16 + 19e024d commit c44479d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@
# limitations under the License.
#
# SPDX-License-Identifier: Apache-2.0

output "cluster_name" {
value = digitalocean_kubernetes_cluster.k8s.name
}

0 comments on commit c44479d

Please sign in to comment.