Skip to content

Commit 287998a

Browse files
authored
Merge pull request #5 from Lance52259/br_markdown_content_supplement
docs(document): update the README content
2 parents 3554988 + c2bbc46 commit 287998a

File tree

6 files changed

+39
-8
lines changed

6 files changed

+39
-8
lines changed

Diff for: README.md

+24-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,23 @@
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

Diff for: examples/cross-region-connect/README.md

+2-2
Original file line numberDiff line numberDiff 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.

Diff for: examples/simple-gateway/README.md

+1-1
Original file line numberDiff line numberDiff 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

Diff for: modules/vpn-connection/README.md

+4
Original file line numberDiff line numberDiff 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 |

Diff for: modules/vpn-customer-gateway/README.md

+4
Original file line numberDiff line numberDiff 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 |

Diff for: modules/vpn-gateway/README.md

+4
Original file line numberDiff line numberDiff 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 |

0 commit comments

Comments
 (0)