Skip to content

Commit 0072443

Browse files
updated outputs name
1 parent abb1d2a commit 0072443

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

modules/kubernetes_cluster/aws_eks/0.3/facets.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ inputs:
159159
- aws5
160160
- aws593
161161
outputs:
162-
default:
162+
attributes.k8s_details:
163163
type: '@outputs/aws_eks'
164164
title: Kubernetes Cluster Output
165165
description: The output for the Kubernetes cluster

modules/kubernetes_cluster/aws_eks/0.3/outputs.tf

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@ locals {
22
output_interfaces = {
33

44
}
5-
output_attributes = module.k8s_cluster.k8s_details
5+
output_attributes = {
6+
k8s_details = module.k8s_cluster.k8s_details
7+
}
8+
secrets = ["output_attributes"]
69
}

0 commit comments

Comments
 (0)