Skip to content

Commit 0ece4b4

Browse files
Update postgresql/resource_postgresql_script.go
Co-authored-by: Bertrand Paquet <bertrand.paquet@gmail.com>
1 parent faa3740 commit 0ece4b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgresql/resource_postgresql_script.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ func resourcePostgreSQLScript() *schema.Resource {
4242
Type: schema.TypeInt,
4343
Optional: true,
4444
Default: 1,
45-
Description: "Number of seconds between two tries for a command",
45+
Description: "Number of seconds between two tries of the batch of commands",
4646
},
4747
scriptShasumAttr: {
4848
Type: schema.TypeString,

0 commit comments

Comments
 (0)