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 fc353f8 commit faa3740Copy full SHA for faa3740
postgresql/resource_postgresql_script.go
@@ -12,7 +12,7 @@ import (
12
const (
13
scriptCommandsAttr = "commands"
14
scriptTriesAttr = "tries"
15
- scriptBackoffDelayAttr = "backoffDelay"
+ scriptBackoffDelayAttr = "backoff_delay"
16
scriptShasumAttr = "shasum"
17
)
18
0 commit comments