diff --git a/common-dev-assets b/common-dev-assets index 2285d999..a5599566 160000 --- a/common-dev-assets +++ b/common-dev-assets @@ -1 +1 @@ -Subproject commit 2285d9993a4141de3b08b18358acae41d5bc0be1 +Subproject commit a5599566815c2f29cfb29d587f1ccbfeb6f8e7c1 diff --git a/deployable_modules/module-template/README.md b/deployable_modules/module-template/README.md index a777935a..2485c612 100644 --- a/deployable_modules/module-template/README.md +++ b/deployable_modules/module-template/README.md @@ -5,3 +5,34 @@ A thin wrapper around the [terraform-ibm-module-template](../../) module which includes a provider configuration meaning it can be deployed as is. This is not intended to be called by one or more other modules since it contains a provider configuration, meaning it is not compatible with the `for_each`, `count`, and `depends_on` arguments. For more information see [Providers Within Modules](https://developer.hashicorp.com/terraform/language/modules/develop/providers). + + + +### Requirements + +| Name | Version | +|------|---------| +| [terraform](#requirement\_terraform) | >= 1.3.0, <1.7.0 | +| [ibm](#requirement\_ibm) | 1.64.0 | + +### Modules + +| Name | Source | Version | +|------|--------|---------| +| [module\_template](#module\_module\_template) | ../.. | n/a | + +### Resources + +No resources. + +### Inputs + +| Name | Description | Type | Default | Required | +|------|-------------|------|---------|:--------:| +| [ibmcloud\_api\_key](#input\_ibmcloud\_api\_key) | The IBM Cloud API Key | `string` | n/a | yes | +| [region](#input\_region) | The IBM Cloud region | `string` | n/a | yes | + +### Outputs + +No outputs. +