Skip to content

Commit

Permalink
move from CN: Signed-off-by: Bala <@balasgit> (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
balasgit authored Aug 31, 2022
1 parent 2f3b480 commit b03f3bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion module.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit b03f3bb

Please sign in to comment.