1
0
Files
terraform.examples/modules/security_identity_compliance/five-deployer-roles/outputs.tf
T
2026-02-13 15:44:24 +08:00

9 lines
234 B
Terraform

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
]
}