Skip to content

Commit 8e366b8

Browse files
authored
README formatting (#17)
Signed-off-by: Tim Robinson <[email protected]>
1 parent 6f417de commit 8e366b8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ Provisions a VPC instance and related resources. The full list of resources prov
55
- VPC instance
66
- VPC network acl
77
- VPC security group rules
8-
- *ping* - icmp type 8
9-
- *public dns* - `161.26.0.10` and `161.26.0.11`
10-
- *private dns* - `161.26.0.7` and `161.26.0.8`
8+
- *ping* - icmp type 8
9+
- *public dns* - `161.26.0.10` and `161.26.0.11`
10+
- *private dns* - `161.26.0.7` and `161.26.0.8`
1111

1212
## Software dependencies
1313

@@ -29,7 +29,7 @@ The module depends on the following software components:
2929

3030
```hcl-terraform
3131
module "dev_vpc" {
32-
source = "github.com/cloud-native-toolkit/terraform-ibm-vpc.git"
32+
source = "github.com/cloud-native-toolkit/terraform-ibm-vpc.git?ref=v1.7.2"
3333
3434
resource_group_id = module.resource_group.id
3535
resource_group_name = module.resource_group.name

0 commit comments

Comments
 (0)