You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
13
13
- Create reserved IP addresses
14
14
- Attach endpoint gateways to reserved IP addresses
15
15
16
-
## Usage
16
+
<!-- Below content is automatically populated via pre-commit hook -->
You need the following permissions to run this module.
62
73
63
74
- Account Management
@@ -67,12 +78,6 @@ You need the following permissions to run this module.
67
78
-**VPE Infrastructure** services
68
79
- `Editor` platform access
69
80
70
-
<!-- BEGIN EXAMPLES HOOK -->
71
-
## Examples
72
-
73
-
-[ End-to-end example](examples/default)
74
-
<!-- END EXAMPLES HOOK -->
75
-
76
81
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
77
82
### Requirements
78
83
@@ -118,6 +123,7 @@ No modules.
118
123
| <aname="output_vpe_ips"></a> [vpe\_ips](#output\_vpe\_ips)| The endpoint gateway reserved ips |
119
124
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
120
125
126
+
<!-- Leave this section as is so that your module has a link to local development environment set up steps for contributors to follow -->
121
127
## Contributing
122
128
123
129
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