outputs.tf 230 B

1234567891011
  1. output "cluster_arn" {
  2. value = module.cluster.cluster_arn
  3. }
  4. output "cluster_iam_role_arn" {
  5. value = module.cluster.cluster_iam_role_arn
  6. }
  7. output "aws_auth_configmap_yaml" {
  8. value = module.cluster.aws_auth_configmap_yaml
  9. }