Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ No resources.
| <a name="input_id_order"></a> [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)` | <pre>[<br> "namespace",<br> "account",<br> "env",<br> "name"<br>]</pre> | no |
| <a name="input_name"></a> [name](#input\_name) | stack name | `string` | `null` | no |
| <a name="input_namespace"></a> [namespace](#input\_namespace) | namespace, which could be your organization name, e.g. amazon | `string` | `null` | no |
| <a name="input_region"></a> [region](#input\_region) | n/a | `string` | `"us-west-1"` | no |
| <a name="input_tags"></a> [tags](#input\_tags) | tags, which could be used for additional tags | `any` | `[]` | no |

## Outputs
Expand Down