From 74349f507eef0c2ae938fe469046e7d72b63a0dd Mon Sep 17 00:00:00 2001 From: Aldo D'Aquino <18645793+daquinoaldo@users.noreply.github.com> Date: Tue, 27 Jul 2021 23:51:41 +0200 Subject: [PATCH] docs: fix typo in GCP network_peering.network_name (#498) The "GCP ONLY" section of the `network_peering` has a wrong reference to AWS. --- website/docs/r/network_peering.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/network_peering.html.markdown b/website/docs/r/network_peering.html.markdown index 6dca8dbc96..c41d020e1e 100644 --- a/website/docs/r/network_peering.html.markdown +++ b/website/docs/r/network_peering.html.markdown @@ -332,7 +332,7 @@ resource "mongodbatlas_network_peering" "test" { **GCP ONLY:** * `gcp_project_id` - (Required - GCP) GCP project ID of the owner of the network peer. -* `network_name` - (Required- AWS) Name of the network peer to which Atlas connects. +* `network_name` - (Required - GCP) Name of the network peer to which Atlas connects. **AZURE ONLY:**