mysql> SELECT created_at, updated_at, title, subtitle FROM pages WHERE tags LIKE 'terraform' ORDER BY created_at DESC;

| created_at | updated_at | title | subtitle | tags |
| 2020-12-28 |  | MySQL Password Rotation with AWS Secrets Manager and Lambda |  | mysql, aws, aws-secrets-manager, aws-lambda, aws-s3, terraform |
1 rows in set (0.00 sec)