From ad9a38aa0e1ff1d2de34300ae49e3de6209a4328 Mon Sep 17 00:00:00 2001 From: Andrei Ozerov Date: Sat, 13 Oct 2018 09:53:47 +0300 Subject: [PATCH] Docs: fix project resource arguments Fix a note about project's "custom_url" attribute. --- website/docs/r/resell_project_v2.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/r/resell_project_v2.html.markdown b/website/docs/r/resell_project_v2.html.markdown index bd79e13..0c31aa3 100644 --- a/website/docs/r/resell_project_v2.html.markdown +++ b/website/docs/r/resell_project_v2.html.markdown @@ -60,8 +60,8 @@ The following arguments are supported: * `name` - (Required) The name of the project. -* `custom_url` - (Optional) The custom url for the project. Needs to be the 3d-level - domain for the `selvpc.ru`. Example: `terraform-project-001.selvpc.ru`. +* `custom_url` - (Optional) The custom url for the project. Needs to be the + 3rd-level domain for the `selvpc.ru`. Example: `terraform-project-001.selvpc.ru`. * `theme` - (Optional) An additional theme settings for this project. The structure is described below.