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 5eba463 commit 1307c2bCopy full SHA for 1307c2b
postgresql/resource_postgresql_script.go
@@ -33,7 +33,7 @@ func resourcePostgreSQLScript() *schema.Resource {
33
Type: schema.TypeString,
34
Optional: true,
35
Computed: true,
36
- Default: "postgres",
+ ForceNew: true,
37
Description: "The database to execute commands in (defaults to provider's configured database)",
38
},
39
scriptCommandsAttr: {
0 commit comments