File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
3131module "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
You can’t perform that action at this time.
0 commit comments