Fixed config argument on example (#26304)
This commit is contained in:
parent
f4790d8f61
commit
818029826b
|
@ -20,7 +20,7 @@ Use the navigation to the left to read about the available data sources.
|
|||
data "terraform_remote_state" "vpc" {
|
||||
backend = "remote"
|
||||
|
||||
config {
|
||||
config = {
|
||||
organization = "hashicorp"
|
||||
workspaces = {
|
||||
name = "vpc-prod"
|
||||
|
|
Loading…
Reference in New Issue