binxio / cfn-mysql-user-provider

A CloudFormation custom provider for managing MySQL users
Apache License 2.0
22 stars 18 forks source link

Missing template-body cfn-custom-resource-provider.json #2

Closed onhate closed 5 years ago

onhate commented 5 years ago

Hi, I'm following the steps in the readme willing to setup the mysql user provider, but I noticed that the documentation mentions --template-body file://cloudformation/cfn-custom-resource-provider.json but I could not find this file in the project or any other reference to it.

How does it works to generate/gather this file?

mvanholsteijn commented 5 years ago

Oops, I forgot to update the readme. the cloudformation templates were changed to yaml. I just updated the README.