terraform.aws-baseline-infra/modules/security_identity_compliance/five-deployer-roles/outputs.tf

9 lines
234 B
HCL

output "devsecops-roles" {
value = [
aws_iam_role.CommonDeployer.arn,
aws_iam_role.DatabaseDeployer.arn,
aws_iam_role.NetworkDeployer.arn,
aws_iam_role.DatabaseDeployer.arn,
aws_iam_role.StorageDeployer.arn
]
}