diff --git a/README.md b/README.md index 5a64774..c7e8d84 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,6 @@ No resources. | [id\_order](#input\_id\_order) | The order in which the `id` is constructed. Default yields `namespace-account-env-name` if your var.delimiter is `-`. Variables that are not populated but order is preserved. Eg: If no `var.namespace` and `var.account` are not specified, yields `env-name`. | `list(any)` |
[
"namespace",
"account",
"env",
"name"
]
| no | | [name](#input\_name) | stack name | `string` | `null` | no | | [namespace](#input\_namespace) | namespace, which could be your organization name, e.g. amazon | `string` | `null` | no | -| [region](#input\_region) | n/a | `string` | `"us-west-1"` | no | | [tags](#input\_tags) | tags, which could be used for additional tags | `any` | `[]` | no | ## Outputs