Skip to content

Commit

Permalink
chore: fix documentation (#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
xingao267 authored Dec 14, 2020
1 parent 0a6b9b9 commit e4b71b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/shared_vpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ module "service-project" {
| random\_project\_id | Adds a suffix of 4 random characters to the `project_id` | `bool` | `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\_enabled | If shared VPC should be used | `bool` | `false` | no |
| shared\_vpc\_subnets | List of subnets fully qualified subnet IDs (ie. projects/$project\_id/regions/$region/subnetworks/$subnet\_id) | `list(string)` | `[]` | no |
| usage\_bucket\_name | Name of a GCS bucket to store GCE usage reports in (optional) | `string` | `""` | no |
| usage\_bucket\_prefix | Prefix in the GCS bucket to store GCE usage reports in (optional) | `string` | `""` | no |
Expand Down

0 comments on commit e4b71b2

Please sign in to comment.