You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <aname="input_generic_info"></a> [generic\_info](#input\_generic\_info)|`prefix` >> The prefix name of customer to be displayed in AWS console and resource<br> `environment` >> Environment Variable used as a prefix<br> `name` >> Name of the ECS cluster and s3 also redis to create<br> `custom_tags` >> Custom tags which can be passed on to the AWS resources. They should be key value pairs having distinct keys | <pre>object({<br> prefix = string<br> environment = string<br> name = string<br> custom_tags = map(any)<br> })</pre> | n/a | yes |
0 commit comments