website: Fix example reference for remote backend (#23455)

Example reference had a missing `=` sign on line 133; this causes the workspace reference not to parse properly
This commit is contained in:
Jon Schulman 2019-11-21 10:18:24 -08:00 committed by Nick Fagerlund
parent e20a7dea53
commit 722eae2cec
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ data "terraform_remote_state" "foo" {
config = {
organization = "company"
workspaces {
workspaces = {
name = "workspace"
}
}