mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
Removed presign_frontend_role permission
This commit is contained in:
parent
b46c4a3d4d
commit
4ff9a4a249
1 changed files with 0 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue