From 5ea03bf5c703a732e4d4bab736cc09949a0af4c5 Mon Sep 17 00:00:00 2001 From: Shuya Ma <87669292+shuyama1@users.noreply.github.com> Date: Wed, 9 Mar 2022 10:00:07 -0800 Subject: [PATCH] Fix documentation formatting (#5797) Co-authored-by: Joel W. Co-authored-by: Joel W. --- .../website/docs/r/project_service_identity.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mmv1/third_party/terraform/website/docs/r/project_service_identity.html.markdown b/mmv1/third_party/terraform/website/docs/r/project_service_identity.html.markdown index 71e6b28d3e69..498ee0392a0c 100644 --- a/mmv1/third_party/terraform/website/docs/r/project_service_identity.html.markdown +++ b/mmv1/third_party/terraform/website/docs/r/project_service_identity.html.markdown @@ -14,10 +14,10 @@ See [Provider Versions](https://terraform.io/docs/providers/google/guides/provid Generate service identity for a service. -~> **Note**: Once created, this resource cannot be updated or destroyed. These +~> **Note:** Once created, this resource cannot be updated or destroyed. These actions are a no-op. -~> **Note**: This resource can be used to retrieve the emails of the [Google-managed service accounts](https://cloud.google.com/iam/docs/service-agents) +~> **Note:** This resource can be used to retrieve the emails of the [Google-managed service accounts](https://cloud.google.com/iam/docs/service-agents) of the APIs that Google has configured with a Service Identity. You can run `gcloud beta services identity create --service SERVICE_NAME.googleapis.com` to verify if an API supports this.