Skip to content

Commit

Permalink
Fix documentation formatting (#5797) (#11248)
Browse files Browse the repository at this point in the history
Co-authored-by: Joel W. <joelwould@users.noreply.github.com>

Co-authored-by: Joel W. <joelwould@users.noreply.github.com>
Signed-off-by: Modular Magician <magic-modules@google.com>

Co-authored-by: Joel W. <joelwould@users.noreply.github.com>
  • Loading branch information
modular-magician and joelwould authored Mar 9, 2022
1 parent ac0fed2 commit a064dbe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/5797.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
4 changes: 2 additions & 2 deletions website/docs/r/project_service_identity.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit a064dbe

Please sign in to comment.