greg-anetac

Results 2 comments of greg-anetac

> 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...