Files

4 lines
96 B
Terraform

output "GroupName" {
value = module.iam.group_name
description = "Name of IAM group"
}