Anuj Upadhyay
Results
1
comments of
Anuj Upadhyay
I was able to get the arn using: ``` output "aws_secretsmanager_secret" "master_user_secret" { arn = aws_rds_cluster.aurora_cluster.master_user_secret[0].secret_arn } ``` for some reason the master user secret is returned as a list,...