Fix spacing inconsistencies

This commit is contained in:
Evan Brown 2016-11-14 11:12:55 -08:00
parent 1612d6a78f
commit 4bdf65c36f
3 changed files with 5 additions and 5 deletions

View File

@ -125,7 +125,7 @@ resource "google_service_account" "acceptance" {
var testAccGoogleServiceAccount_policy = `
resource "google_service_account" "acceptance" {
account_id = "%v"
display_name = "%v"
display_name = "%v"
policy_data = "${data.google_iam_policy.service_account.policy_data}"
}

View File

@ -18,7 +18,7 @@ permission in a project.
```js
resource "google_service_account" "object_viewer" {
account_id = "object-viewer"
display_name = "Object viewer"
display_name = "Object viewer"
}
resource "google_project" "my_project" {
@ -55,7 +55,7 @@ The following arguments are supported:
Changing this updates the policy.
Deleting this removes the policy, but leaves the original policy
Deleting this removes the policy, but leaves the original policy
intact. If there are overlapping `binding` entries between the original
policy and the data source policy, they will be removed.

View File

@ -26,8 +26,8 @@
<a href="/docs/providers/google/r/google_project.html">google_project</a>
</li>
<li<%= sidebar_current("docs-google-service-account") %>>
<a href="/docs/providers/google/r/google_service_account.html">google_service_account</a>
</li>
<a href="/docs/providers/google/r/google_service_account.html">google_service_account</a>
</li>
</ul>
</li>