diff --git a/website/docs/r/google_project_iam_binding.html.markdown b/website/docs/r/google_project_iam_binding.html.markdown index 9f8c8374..b7916aa2 100644 --- a/website/docs/r/google_project_iam_binding.html.markdown +++ b/website/docs/r/google_project_iam_binding.html.markdown @@ -38,7 +38,9 @@ The following arguments are supported: `google_project_iam_binding` can be used per role. * `project` - (Optional) The project ID. If not specified, uses the - ID of the project configured with the provider.## Attributes Reference + ID of the project configured with the provider. + +## Attributes Reference In addition to the arguments listed above, the following computed attributes are exported: diff --git a/website/docs/r/google_project_iam_member.html.markdown b/website/docs/r/google_project_iam_member.html.markdown index 9b0f9803..a9419f81 100644 --- a/website/docs/r/google_project_iam_member.html.markdown +++ b/website/docs/r/google_project_iam_member.html.markdown @@ -35,10 +35,11 @@ The following arguments are supported: * `role` - (Required) The role that should be applied. * `project` - (Optional) The project ID. If not specified, uses the - ID of the project configured with the provider.## Attributes Reference + ID of the project configured with the provider. + +## Attributes Reference In addition to the arguments listed above, the following computed attributes are exported: * `etag` - (Computed) The etag of the project's IAM policy. -