greg-anetac
Results
2
comments of
greg-anetac
+1 started seeing this today
> 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...