diff --git a/website/docs/providers/terraform/d/remote_state.html.md b/website/docs/providers/terraform/d/remote_state.html.md index 213dfdd12..4214a3c76 100644 --- a/website/docs/providers/terraform/d/remote_state.html.md +++ b/website/docs/providers/terraform/d/remote_state.html.md @@ -23,7 +23,7 @@ use interpolations when configuring them. ```hcl data "terraform_remote_state" "vpc" { - backend = "atlas" + backend = "remote" config = { name = "hashicorp/vpc-prod" }