initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
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
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user