mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
008268ee00
Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
11 lines
230 B
HCL
11 lines
230 B
HCL
output "cluster_arn" {
|
|
value = module.cluster.cluster_arn
|
|
}
|
|
|
|
output "cluster_iam_role_arn" {
|
|
value = module.cluster.cluster_iam_role_arn
|
|
}
|
|
|
|
output "aws_auth_configmap_yaml" {
|
|
value = module.cluster.aws_auth_configmap_yaml
|
|
}
|