<@U0RQY0KK5> Hey, the CloudFormation template has ...
# orm-help
s
@nilan Hey, the CloudFormation template has changed somewhat for Fargate, the article suggests theres a
ClusterPublicKey
field to fill in but there isn’t… but instead there now seems to be a
ManagementApiSecret
. Any idea’s where I get this new value from?
n
you can use Github history to check the right template for `1.6.3`🙂 the current template is for 1.8+ I think
s
Sorted it, I think it’s all done slightly differently now. So
ManagementApiSecret
is user-specified, and set when doing a
prisma init
👍 1