binxio / cfn-mysql-user-provider

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

Add resource MySQLUserGrant to grant user privileges #8

Open laurensknoll opened 4 years ago

laurensknoll commented 4 years ago

Adds Custom::MySQLUserGrant that will grant the specified privileges to the specified user. An example usage is included the demo template.

laurensknoll commented 4 years ago

Updated implementation to deal with the CFN recreate flow. Also marked properties as "Update requires replacement" in the resource documentation.