diff --git a/README.md b/README.md index df5a731..5dde7eb 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ Terraform module to provision subnets for an existing VPC. The number of subnets created depends on the value provided for `_count`. The created subnets will be named after the vpc with a suffix based on the value provided for `label`. Optionally, if values are provided for `gateways` then the subnets will be created with a public gateway. -**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. - ## Software dependencies The module depends on the following software components: @@ -28,6 +26,8 @@ This module makes use of the output from other modules: ## Example usage +[Refer test cases for more details](test/stages/stage2-subnets.tf) + ```hcl-terraform terraform { required_providers { diff --git a/module.yaml b/module.yaml index 48b7518..545b564 100644 --- a/module.yaml +++ b/module.yaml @@ -1,5 +1,5 @@ name: ibm-vpc-subnets -registryId: cloud-native-toolkit/vpc-subnets/ibm +#registryId: cloud-native-toolkit/vpc-subnets/ibm type: terraform description: Module to provision a collection of subnets for an existing VPC interfaces: