Skip to content

Commit

Permalink
Changes coming from running make
Browse files Browse the repository at this point in the history
This commit contains all the changes borne out of running `make` with an
empty target (i.e. terraform-docs updates)
  • Loading branch information
glarizza committed Mar 8, 2019
1 parent 0cac9e4 commit aea11d3
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ determining that location is as follows:
| lien | Add a lien on the project to prevent accidental deletion | string | `"false"` | no |
| name | The name for the project | string | n/a | yes |
| org\_id | The organization ID. | string | n/a | yes |
| random\_project\_id | Enables project random id generation | string | `"false"` | no |
| project\_id | If provided, the project uses the given project ID. Mutually exclusive with random_project_id being true. | string | `""` | no |
| random\_project\_id | Enables project random id generation. Mutually exclusive with project_id being non-empty. | string | `"false"` | no |
| sa\_role | A role to give the default Service Account for the project (defaults to none) | string | `""` | no |
| shared\_vpc | The ID of the host project which hosts the shared VPC | string | `""` | no |
| shared\_vpc\_subnets | List of subnets fully qualified subnet IDs (ie. projects/$project_id/regions/$region/subnetworks/$subnet_id) | list | `<list>` | no |
Expand All @@ -137,6 +138,7 @@ determining that location is as follows:
| project\_bucket\_self\_link | Project's bucket selfLink |
| project\_bucket\_url | Project's bucket url |
| project\_id | |
| project\_name | |
| project\_number | |
| service\_account\_display\_name | The display name of the default service account |
| service\_account\_email | The email of the default service account |
Expand Down Expand Up @@ -424,4 +426,4 @@ versions][release-new-version].
[terraform-provider-gsuite]: https://github.com/DeviaVir/terraform-provider-gsuite
[glossary]: /docs/GLOSSARY.md
[release-new-version]: https://www.terraform.io/docs/registry/modules/publish.html#releasing-new-versions
[application-default-credentials]: https://cloud.google.com/docs/authentication/production#providing_credentials_to_your_application
[application-default-credentials]: https://cloud.google.com/docs/authentication/production#providing_credentials_to_your_application
4 changes: 3 additions & 1 deletion modules/core_project_factory/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
| manage\_group | A toggle to indicate if a G Suite group should be managed. | string | `"false"` | no |
| name | The name for the project | string | n/a | yes |
| org\_id | The organization ID. | string | n/a | yes |
| random\_project\_id | Enables project random id generation | string | `"false"` | no |
| project\_id | If provided, the project uses the given project ID. Mutually exclusive with random_project_id being true. | string | `""` | no |
| random\_project\_id | Enables project random id generation. Mutually exclusive with project_id being non-empty. | string | `"false"` | no |
| sa\_role | A role to give the default Service Account for the project (defaults to none) | string | `""` | no |
| shared\_vpc | The ID of the host project which hosts the shared VPC | string | `""` | no |
| shared\_vpc\_subnets | List of subnets fully qualified subnet IDs (ie. projects/$project_id/regions/$region/subnetworks/$subnet_id) | list | `<list>` | no |
Expand All @@ -38,6 +39,7 @@
| project\_bucket\_self\_link | Project's bucket selfLink |
| project\_bucket\_url | Project's bucket url |
| project\_id | |
| project\_name | |
| project\_number | |
| service\_account\_display\_name | The display name of the default service account |
| service\_account\_email | The email of the default service account |
Expand Down
4 changes: 3 additions & 1 deletion modules/gsuite_enabled/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ The roles granted are specifically:
| lien | Add a lien on the project to prevent accidental deletion | string | `"false"` | no |
| name | The name for the project | string | n/a | yes |
| org\_id | The organization ID. | string | n/a | yes |
| random\_project\_id | Enables project random id generation | string | `"false"` | no |
| project\_id | If provided, the project uses the given project ID. Mutually exclusive with random_project_id being true. | string | `""` | no |
| random\_project\_id | Enables project random id generation. Mutually exclusive with project_id being non-empty. | string | `"false"` | no |
| sa\_group | A GSuite group to place the default Service Account for the project in | string | `""` | no |
| sa\_role | A role to give the default Service Account for the project (defaults to none) | string | `""` | no |
| shared\_vpc | The ID of the host project which hosts the shared VPC | string | `""` | no |
Expand All @@ -93,6 +94,7 @@ The roles granted are specifically:
| project\_bucket\_self\_link | Project's bucket selfLink |
| project\_bucket\_url | Project's bucket url |
| project\_id | |
| project\_name | |
| project\_number | |
| service\_account\_display\_name | The display name of the default service account |
| service\_account\_email | The email of the default service account |
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/full/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
| group\_role | |
| gsuite\_admin\_account | |
| project\_id | |
| project\_name | |
| project\_number | |
| region | |
| sa\_role | |
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/minimal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
| group\_role | |
| gsuite\_admin\_account | |
| project\_id | |
| project\_name | |
| project\_number | |
| region | |
| sa\_role | |
Expand Down

0 comments on commit aea11d3

Please sign in to comment.