From d5ea3bf41377e4e6437062aff9b975540760b01c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1ty=C3=A1s=20Somfai?= Date: Tue, 9 Oct 2018 18:33:50 +0200 Subject: [PATCH] fix a list rendering issue The list item under the "Attribues reference" section is rendered incorrectly. See the screenshot here: https://prnt.sc/l434b0 --- .../docs/d/google_container_registry_repository.html.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/d/google_container_registry_repository.html.markdown b/website/docs/d/google_container_registry_repository.html.markdown index 3df37767..60a96fe8 100644 --- a/website/docs/d/google_container_registry_repository.html.markdown +++ b/website/docs/d/google_container_registry_repository.html.markdown @@ -28,4 +28,5 @@ output "gcr_location" { ## Attributes Reference In addition to the arguments listed above, this data source exports: + * `repository_url`: The URL at which the repository can be accessed.