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" {
|
data "terraform_remote_state" "vpc" {
|
||||||
backend = "remote"
|
backend = "remote"
|
||||||
|
|
||||||
config {
|
config = {
|
||||||
organization = "hashicorp"
|
organization = "hashicorp"
|
||||||
workspaces = {
|
workspaces = {
|
||||||
name = "vpc-prod"
|
name = "vpc-prod"
|
||||||
|
|
Loading…
Reference in New Issue