Skip to content

Commit

Permalink
Fix spacing inconsistencies
Browse files Browse the repository at this point in the history
  • Loading branch information
evandbrown committed Nov 14, 2016
1 parent 1612d6a commit 4bdf65c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions website/source/layouts/google.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 4bdf65c

Please sign in to comment.