Skip to content
This repository was archived by the owner on Aug 5, 2021. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion aws/fargate.yml → aws/fargate-mysql.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template adapted from https://github.com/nathanpeck/aws-cloudformation-fargate
AWSTemplateFormatVersion: '2010-09-09'
Description: AWS Fargate Prisma stack.
Description: AWS Fargate Prisma stack (MySQL).
Parameters:
PrismaVersion:
Type: String
Expand Down
Loading