Skip to content

Commit a111d29

Browse files
authored
moved from CN Org Signed-off-by: Bala <@balasgit> (#69)
1 parent dd03ab6 commit a111d29

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Provisions a VPC instance and related resources. The full list of resources prov
99
- *public dns* - `161.26.0.10` and `161.26.0.11`
1010
- *private dns* - `161.26.0.7` and `161.26.0.8`
1111

12-
**Note:** This module follows the Terraform conventions regarding how provider configuration is defined within the Terraform template and passed into the module - https://www.terraform.io/docs/language/modules/develop/providers.html. The default provider configuration flows through to the module. If different configuration is required for a module, it can be explicitly passed in the `providers` block of the module - https://www.terraform.io/docs/language/modules/develop/providers.html#passing-providers-explicitly.
1312

1413
## Software dependencies
1514

@@ -29,6 +28,8 @@ The module depends on the following software components:
2928

3029
## Example usage
3130

31+
[Refer test cases for more details](test/stages/stage2-vpc.tf)
32+
3233
```hcl-terraform
3334
terraform {
3435
required_providers {

module.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: ibm-vpc
2-
registryId: cloud-native-toolkit/vpc/ibm
2+
#registryId: cloud-native-toolkit/vpc/ibm
33
type: terraform
44
description: Provisions the IBM Cloud VPC instance with network acls
55
interfaces:

0 commit comments

Comments
 (0)