Skip to content

Commit

Permalink
fix: ran make docker_generate_docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tfhartmann committed Sep 25, 2019
1 parent bd8321f commit 2db128e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/secondary_ranges/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ ranges and the third being given a single secondary range.
| subnets\_private\_access | Whether the subnets will have access to Google API's without a public IP |
| subnets\_regions | The region where subnets will be created |
| subnets\_secondary\_ranges | The secondary ranges associated with these subnets |
| svpc\_host\_project\_id | Shared VPC host project id. |

<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
1 change: 1 addition & 0 deletions examples/simple_project/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ This VPC has two subnets, with no secondary ranges.
| subnets\_private\_access | Whether the subnets will have access to Google API's without a public IP |
| subnets\_regions | The region where subnets will be created |
| subnets\_secondary\_ranges | The secondary ranges associated with these subnets |
| svpc\_host\_project\_id | Shared VPC host project id. |

<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
1 change: 1 addition & 0 deletions examples/simple_project_with_regional_network/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ This VPC has two subnets, with no secondary ranges.
| subnets\_private\_access | Whether the subnets will have access to Google API's without a public IP |
| subnets\_regions | The region where subnets will be created |
| subnets\_secondary\_ranges | The secondary ranges associated with these subnets |
| svpc\_host\_project\_id | Shared VPC host project id. |

<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
9 changes: 9 additions & 0 deletions examples/submodule_firewall/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,14 @@ This VPC has two subnets, with no secondary ranges.
| admin\_ranges | Firewall attributes for admin ranges. |
| internal\_ranges | Firewall attributes for internal ranges. |
| network\_name | The name of the VPC being created |
| network\_self\_link | The URI of the VPC being created |
| routes | The routes associated with this VPC |
| subnets\_flow\_logs | Whether the subnets will have VPC flow logs enabled |
| subnets\_ips | The IP and cidrs of the subnets being created |
| subnets\_names | The names of the subnets being created |
| subnets\_private\_access | Whether the subnets will have access to Google API's without a public IP |
| subnets\_regions | The region where subnets will be created |
| subnets\_secondary\_ranges | The secondary ranges associated with these subnets |
| svpc\_host\_project\_id | Shared VPC host project id. |

<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->

0 comments on commit 2db128e

Please sign in to comment.