File tree Expand file tree Collapse file tree 6 files changed +39
-8
lines changed
Expand file tree Collapse file tree 6 files changed +39
-8
lines changed Original file line number Diff line number Diff line change 11# The Terraform module of HUAWEI Cloud VPN service
22
3- What capabilities does the current Module provide:
3+ What capabilities does the current module provide:
44
5- + One-click deployment of VPN resources.
5+ + Flexible VPN resource combination (through multiple VPN sub-modules)
6+ + Abundant example references, one-click deployment of VPN resources.
7+
8+ ## Notes
9+
10+ If you want to manage VPN resources using Terraform module (via this repository), you need to make the following
11+ declaration in the ` source ` of the script.
12+
13+ ``` hcl
14+ # Use the latest version.
15+ module "vpn_gateway" {
16+ source = "github.com/terraform-huaweicloud-modules/terraform-huaweicloud-vpn/modules/vpn-gateway"
17+
18+ ...
19+ }
20+ ```
621
722## Contributing
823
@@ -18,14 +33,18 @@ Full contributing [guidelines are covered here](.github/how_to_contribute.md).
1833| Terraform | >= 1.3.0 |
1934| Huaweicloud Provider | >= 1.73.0 |
2035
36+ ## Modules
37+
38+ No module.
39+
2140## Resources
2241
23- No resources
42+ No resource.
2443
2544## Inputs
2645
27- No inputs
46+ No input
2847
2948## Outputs
3049
31- No outputs
50+ No output
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Run `terraform destroy` when you don't need these resources.
3838
3939## Resources
4040
41- No resources .
41+ No resource .
4242
4343## Inputs
4444
@@ -70,4 +70,4 @@ No resources.
7070
7171## Outputs
7272
73- No outputs .
73+ No output .
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Run `terraform destroy` when you don't need these resources.
3232
3333## Resources
3434
35- No resources .
35+ No resource .
3636
3737## Inputs
3838
Original file line number Diff line number Diff line change @@ -32,6 +32,10 @@ Full contributing [guidelines are covered here](../../github/how_to_contribute.m
3232| Terraform | >= 1.3.0 |
3333| Huaweicloud Provider | >= 1.73.0 |
3434
35+ ## Modules
36+
37+ No module.
38+
3539## Resources
3640
3741| Name | Type |
Original file line number Diff line number Diff line change @@ -32,6 +32,10 @@ Full contributing [guidelines are covered here](../../github/how_to_contribute.m
3232| Terraform | >= 1.3.0 |
3333| Huaweicloud Provider | >= 1.73.0 |
3434
35+ ## Modules
36+
37+ No module.
38+
3539## Resources
3640
3741| Name | Type |
Original file line number Diff line number Diff line change @@ -32,6 +32,10 @@ Full contributing [guidelines are covered here](../../github/how_to_contribute.m
3232| Terraform | >= 1.3.0 |
3333| Huaweicloud Provider | >= 1.73.0 |
3434
35+ ## Modules
36+
37+ No module.
38+
3539## Resources
3640
3741| Name | Type |
You can’t perform that action at this time.
0 commit comments