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
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,18 +122,18 @@ No modules.
122
122
| <aname="input_aws_region"></a> [aws\_region](#input\_aws\_region)| aws region to deploy resources |`string`|`"us-west-2"`| no |
123
123
| <aname="input_branch"></a> [branch](#input\_branch)| branch to use for cicd |`string`|`"main"`| no |
124
124
| <aname="input_custom_input"></a> [custom\_input](#input\_custom\_input)| custom input to be included in generated events |`map(any)`|`null`| no |
125
-
| <aname="input_deploy_event_rule"></a> [deploy\_event\_rule](#input\_deploy\_event\_rule)|feature flag, true or false |`bool`|`true`| no |
126
-
| <aname="input_deploy_event_target"></a> [deploy\_event\_target](#input\_deploy\_event\_target)|feature flag, true or false |`bool`|`true`| no |
125
+
| <aname="input_deploy_event_rule"></a> [deploy\_event\_rule](#input\_deploy\_event\_rule)|Feature flag, true or false |`bool`|`true`| no |
126
+
| <aname="input_deploy_event_target"></a> [deploy\_event\_target](#input\_deploy\_event\_target)|Feature flag, true or false |`bool`|`true`| no |
127
127
| <aname="input_description"></a> [description](#input\_description)| description for the cloudwatch event |`string`|`null`| no |
128
128
| <aname="input_name"></a> [name](#input\_name)| Cloudwatch event rule name |`string`|`null`| no |
129
-
| <aname="input_prjid"></a> [prjid](#input\_prjid)|(Required) Name of the project/stack e.g: mystack, nifieks, demoaci. Should not be changed after running 'tf apply' |`string`| n/a | yes |
129
+
| <aname="input_prjid"></a> [prjid](#input\_prjid)| Name of the project/stack e.g: mystack, nifieks, demoaci. Should not be changed after running 'tf apply' |`string`| n/a | yes |
130
130
| <aname="input_profile"></a> [profile\_to\_use](#input\_profile\_to\_use)| Getting values from ~/.aws/credentials |`string`|`"default"`| no |
131
131
| <aname="input_schedule"></a> [schedule](#input\_schedule)| schedule for the cloudwatch event |`string`|`"rate(1 day)"`| no |
132
132
| <aname="input_service_role"></a> [service\_role](#input\_service\_role)| service role to be used by cicd |`string`|`null`| no |
133
133
| <aname="input_suffix"></a> [suffix](#input\_suffix)| suffix to be added to cloudwatch rule name |`string`|`"rule"`| no |
| <aname="input_target_name"></a> [target\_name](#input\_target\_name)| Cloudwatch target name |`string`|`null`| no |
136
-
| <aname="input_teamid"></a> [teamid](#input\_teamid)|(Required) Name of the team/group e.g. devops, dataengineering. Should not be changed after running 'tf apply' |`string`| n/a | yes |
136
+
| <aname="input_teamid"></a> [teamid](#input\_teamid)| Name of the team/group e.g. devops, dataengineering. Should not be changed after running 'tf apply' |`string`| n/a | yes |
137
137
| <aname="input_timeout"></a> [timeout](#input\_timeout)| timeout for cloudwatch event |`number`|`60`| no |
0 commit comments