Skip to content

Commit a06dd17

Browse files
authored
docs: Fix broken link in default VPC example readme (#827)
Fix broken link in readme
1 parent 530b3d1 commit a06dd17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/manage-default-vpc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Configuration in this directory does not create new VPC resources, but it adopts [Default VPC](https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/default-vpc.html) created by AWS to allow management of it using Terraform.
44

5-
This is not usual type of resource in Terraform, so use it carefully. More information is [here](https://www.terraform.io/docs/providers/aws/r/default_vpc.html).
5+
This is not usual type of resource in Terraform, so use it carefully. More information is [here](https://www.terraform.io/docs/providers/aws/r/default_vpc).
66

77
## Usage
88

0 commit comments

Comments
 (0)