diff --git a/community/resource_types/mysql.json b/community/resource_types/mysql.json index 9928ef33fb..25c59e174c 100755 --- a/community/resource_types/mysql.json +++ b/community/resource_types/mysql.json @@ -20,7 +20,7 @@ }, "user": { "type": "string", - "description": "The postgres username" + "description": "The MySQL username" }, "database": { "type": "string", @@ -28,7 +28,7 @@ }, "password": { "type": "string", - "description": "The postgres users password" + "description": "The MySQL user password" } } },