We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abb1d2a commit 0072443Copy full SHA for 0072443
2 files changed
modules/kubernetes_cluster/aws_eks/0.3/facets.yaml
@@ -159,7 +159,7 @@ inputs:
159
- aws5
160
- aws593
161
outputs:
162
- default:
+ attributes.k8s_details:
163
type: '@outputs/aws_eks'
164
title: Kubernetes Cluster Output
165
description: The output for the Kubernetes cluster
modules/kubernetes_cluster/aws_eks/0.3/outputs.tf
@@ -2,5 +2,8 @@ locals {
2
output_interfaces = {
3
4
}
5
- output_attributes = module.k8s_cluster.k8s_details
+ output_attributes = {
6
+ k8s_details = module.k8s_cluster.k8s_details
7
+ }
8
+ secrets = ["output_attributes"]
9
0 commit comments