Skip to content

Commit 77f786d

Browse files
authored
fix: update module documentation (#389)
1 parent 539b921 commit 77f786d

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

README.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Stable (With quality checks)](https://img.shields.io/badge/Status-Stable%20(With%20quality%20checks)-green)](https://terraform-ibm-modules.github.io/documentation/#/badge-status)
44
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
55
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
6-
[![latest release](https://img.shields.io/github/v/release/terraform-ibm-modules/terraform-ibm-vpe-module?logo=GitHub&sort=semver)](https://github.com/terraform-ibm-modules/terraform-ibm-vpe-module/releases/latest)
6+
[![latest release](https://img.shields.io/github/v/release/terraform-ibm-modules/terraform-ibm-vpe-gateway?logo=GitHub&sort=semver)](https://github.com/terraform-ibm-modules/terraform-ibm-vpe-gateway/releases/latest)
77
[![Renovate enabled](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://renovatebot.com/)
88

99
This module creates and configures virtual private endpoint gateways (https://cloud.ibm.com/docs/vpc?topic=vpc-ordering-endpoint-gateway) for an IBM Cloud service.
@@ -13,7 +13,18 @@ The module supports the following actions:
1313
- Create reserved IP addresses
1414
- Attach endpoint gateways to reserved IP addresses
1515

16-
## Usage
16+
<!-- Below content is automatically populated via pre-commit hook -->
17+
<!-- BEGIN OVERVIEW HOOK -->
18+
## Overview
19+
* [terraform-ibm-vpe-gateway](#terraform-ibm-vpe-gateway)
20+
* [Examples](./examples)
21+
* [End-to-end example](./examples/default)
22+
* [Contributing](#contributing)
23+
24+
## terraform-ibm-vpe-gateway
25+
<!-- END OVERVIEW HOOK -->
26+
27+
### Usage
1728

1829
```hcl
1930
provider "ibm" {
@@ -57,7 +68,7 @@ module "vpes" {
5768
}
5869
```
5970

60-
## Required IAM access policies
71+
### Required IAM access policies
6172
You need the following permissions to run this module.
6273

6374
- Account Management
@@ -67,12 +78,6 @@ You need the following permissions to run this module.
6778
- **VPE Infrastructure** services
6879
- `Editor` platform access
6980

70-
<!-- BEGIN EXAMPLES HOOK -->
71-
## Examples
72-
73-
- [ End-to-end example](examples/default)
74-
<!-- END EXAMPLES HOOK -->
75-
7681
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
7782
### Requirements
7883

@@ -118,6 +123,7 @@ No modules.
118123
| <a name="output_vpe_ips"></a> [vpe\_ips](#output\_vpe\_ips) | The endpoint gateway reserved ips |
119124
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
120125

126+
<!-- Leave this section as is so that your module has a link to local development environment set up steps for contributors to follow -->
121127
## Contributing
122128

123129
You can report issues and request features for this module in GitHub issues in the module repo. See [Report an issue or request a feature](https://github.com/terraform-ibm-modules/.github/blob/main/.github/SUPPORT.md).

0 commit comments

Comments
 (0)