We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be28801 commit 237d713Copy full SHA for 237d713
vault_policy_templates/mysql_ro.sql
@@ -1,3 +1,3 @@
1
CREATE USER '{{name}}'@'%' IDENTIFIED BY '{{password}}';
2
-grant SELECT on ${var.db_name}.* to '{{name}}'@'%';
+grant SELECT on ${db_name}.* to '{{name}}'@'%';
3
flush privileges
0 commit comments