mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
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:
parent
e20a7dea53
commit
722eae2cec
@ -130,7 +130,7 @@ data "terraform_remote_state" "foo" {
|
||||
config = {
|
||||
organization = "company"
|
||||
|
||||
workspaces {
|
||||
workspaces = {
|
||||
name = "workspace"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user