Correct name of pg backend‘s default schema
This commit is contained in:
parent
4875529c8d
commit
a075a68c58
|
@ -29,7 +29,7 @@ func New() backend.Backend {
|
|||
Type: schema.TypeString,
|
||||
Optional: true,
|
||||
Description: "Name of the automatically managed Postgres schema to store state",
|
||||
Default: "terraform_remote_backend",
|
||||
Default: "terraform_remote_state",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue