From 9f74d5f5c7cfab81fa49aba8f1772e98e69ea84d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1ty=C3=A1s=20Somfai?= Date: Tue, 9 Oct 2018 18:18:14 +0200 Subject: [PATCH] typo fix --- .../docs/d/google_container_registry_repository.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/d/google_container_registry_repository.html.markdown b/website/docs/d/google_container_registry_repository.html.markdown index 3df37767..a695b31b 100644 --- a/website/docs/d/google_container_registry_repository.html.markdown +++ b/website/docs/d/google_container_registry_repository.html.markdown @@ -23,7 +23,7 @@ output "gcr_location" { ``` ## Argument Reference -* `project`: (Optional) The project ID that this repository is attached to. If not provider, provider project will be used instead. +* `project`: (Optional) The project ID that this repository is attached to. If not provided, provider project will be used instead. * `region`: (Optional) The GCR region to use. As of this writing, one of `asia`, `eu`, and `us`. See [the documentation](https://cloud.google.com/container-registry/docs/pushing-and-pulling) for additional information. ## Attributes Reference