From 7e92d5f01c0af2f53ad9b6e690e2ffbcdc06dc1e Mon Sep 17 00:00:00 2001 From: Brian McClain Date: Tue, 26 Mar 2024 16:11:33 -0700 Subject: [PATCH] feedback --- website/docs/language/style.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/website/docs/language/style.mdx b/website/docs/language/style.mdx index c2c1493bc2..64160d8b2a 100644 --- a/website/docs/language/style.mdx +++ b/website/docs/language/style.mdx @@ -580,7 +580,6 @@ If you use Terraform Cloud or Terraform Enterprise and need to reference resourc If you do not use Terraform Cloud or Terraform Enterprise but still need to reference data about other infrastructure resources, use data sources to query the provider. For example, you can use the [`aws_instance` data source](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/instance) to look up an AWS EC2 instance by its ID or tags. -If neither of these options are viable, you can use the [`terraform_remote_state` data source](/terraform/language/state/remote-state-data). If you use this data source with Terraform Cloud or Terraform Enterprise, configure which workspaces have access to your state using the principle of least privilege. Refer to [remote state sharing](/terraform/cloud-docs/workspaces/settings#remote-state-sharing) for more information. ## Secrets management