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 faa3740 commit 0ece4b4Copy full SHA for 0ece4b4
postgresql/resource_postgresql_script.go
@@ -42,7 +42,7 @@ func resourcePostgreSQLScript() *schema.Resource {
42
Type: schema.TypeInt,
43
Optional: true,
44
Default: 1,
45
- Description: "Number of seconds between two tries for a command",
+ Description: "Number of seconds between two tries of the batch of commands",
46
},
47
scriptShasumAttr: {
48
Type: schema.TypeString,
0 commit comments