Fix spacing inconsistencies
This commit is contained in:
parent
1612d6a78f
commit
4bdf65c36f
|
@ -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}"
|
||||
}
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue