Correct name of pg backend‘s default schema

This commit is contained in:
Mars Hall 2019-02-26 12:59:02 -08:00
parent 4875529c8d
commit a075a68c58
1 changed files with 1 additions and 1 deletions

View File

@ -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",
},
},
}