Removed presign_frontend_role permission

This commit is contained in:
Khalim Conn-Kowlessar 2023-07-14 15:14:41 +01:00
parent b46c4a3d4d
commit 4ff9a4a249

View file

@ -3,11 +3,6 @@ output "bucket_name" {
value = aws_s3_bucket.bucket.bucket
}
output "presign_frontend_role_arn" {
description = "The ARN of the frontend IAM role"
value = aws_iam_role.presign_frontend_role.arn
}
output "presign_frontend_access_key_secret_name" {
description = "The name of the access key secret in AWS Secrets Manager for the frontend user"
value = aws_secretsmanager_secret.presign_frontend_user_access_key.name