From 06693a0cb18fd491b70f2fa05587049edd46573a Mon Sep 17 00:00:00 2001 From: Martin Nowak Date: Tue, 7 Jan 2020 19:27:23 +0100 Subject: [PATCH] fix docs for google_bigquery_default_service_account - fixup of #2784 - data source needed to get (or trigger creation) of BigQuery service account used for en-/decryption --- ...tml => google_bigquery_default_service_account.html.markdown} | 1 + 1 file changed, 1 insertion(+) rename third_party/terraform/website/docs/d/{google_bigquery_default_service_account.html => google_bigquery_default_service_account.html.markdown} (97%) diff --git a/third_party/terraform/website/docs/d/google_bigquery_default_service_account.html b/third_party/terraform/website/docs/d/google_bigquery_default_service_account.html.markdown similarity index 97% rename from third_party/terraform/website/docs/d/google_bigquery_default_service_account.html rename to third_party/terraform/website/docs/d/google_bigquery_default_service_account.html.markdown index 4fb7ea51756a..c9717c7ef3ac 100644 --- a/third_party/terraform/website/docs/d/google_bigquery_default_service_account.html +++ b/third_party/terraform/website/docs/d/google_bigquery_default_service_account.html.markdown @@ -1,4 +1,5 @@ --- +subcategory: "BigQuery" layout: "google" page_title: "Google: google_bigquery_default_service_account" sidebar_current: "docs-google-datasource-bigquery-default-service-account"