Skip to content

Commit f18521a

Browse files
authored
Update README.md
1 parent 4e2dce6 commit f18521a

File tree

1 file changed

+1
-1
lines changed
  • modules/postgres_init/modules/script

1 file changed

+1
-1
lines changed

modules/postgres_init/modules/script/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ module "postgres_script" {
3333

3434
### What to script?
3535

36-
While many examples might show simple SQL statements like `INSERT` or `CREATE TABLE`, those are typically better handled with other migration tools. Scripting in this module should be used for bootstrapping functionality that requires Infrastructure as Code (IaC). This can be for examples this such as:
36+
While many examples might show simple SQL statements like `INSERT` or `CREATE TABLE`, those are typically better handled with other migration tools. Scripting in this module should be used for bootstrapping functionality that requires Infrastructure as Code (IaC). This can be for examples:
3737

3838
1. **Setting User Roles**: Assign roles and permissions to users
3939
2. **Creating Foreign Data Wrappers (FDWs)**: Set up FDWs and server definition for cross-database queries.

0 commit comments

Comments
 (0)