Skip to content

Commit 1307c2b

Browse files
ForceNew
1 parent 5eba463 commit 1307c2b

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
@@ -33,7 +33,7 @@ func resourcePostgreSQLScript() *schema.Resource {
3333
Type: schema.TypeString,
3434
Optional: true,
3535
Computed: true,
36-
Default: "postgres",
36+
ForceNew: true,
3737
Description: "The database to execute commands in (defaults to provider's configured database)",
3838
},
3939
scriptCommandsAttr: {

0 commit comments

Comments
 (0)