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
##### Recommended method (stores remote state in S3 using `prjid` and `teamid` to create directory structure):
41
+
##### Recommended method (stores remote state in remote backend(S3, Azure storage, or Google bucket) using `prjid` and `teamid` to create directory structure):
| <aname="input_branch"></a> [branch](#input\_branch)| branch to use for cicd |`string`|`"main"`| no |
119
-
| <aname="input_custom_input"></a> [custom\_input](#input\_custom\_input)| custom input to be included in generated events |`map(any)`|`null`| no |
120
-
| <aname="input_deploy_event_rule"></a> [deploy\_event\_rule](#input\_deploy\_event\_rule)| Feature flag, true or false |`bool`|`true`| no |
121
-
| <aname="input_deploy_event_target"></a> [deploy\_event\_target](#input\_deploy\_event\_target)| Feature flag, true or false |`bool`|`true`| no |
122
-
| <aname="input_description"></a> [description](#input\_description)| description for the cloudwatch event |`string`|`null`| no |
123
-
| <aname="input_name"></a> [name](#input\_name)| Cloudwatch event rule name |`string`|`null`| no |
118
+
| <aname="input_cloudwatch_event_config"></a> [cloudwatch\_event\_config](#input\_cloudwatch\_event\_config)| Cloudwatch event configuration |`map(any)`|`{}`| no |
119
+
| <aname="input_extra_tags"></a> [extra\_tags](#input\_extra\_tags)| Additional tags to associate |`map(string)`|`{}`| no |
124
120
| <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 |
125
-
| <aname="input_schedule"></a> [schedule](#input\_schedule)| schedule for the cloudwatch event |`string`|`"rate(1 day)"`| no |
126
-
| <aname="input_service_role"></a> [service\_role](#input\_service\_role)| service role to be used by cicd |`string`|`null`| no |
127
-
| <aname="input_suffix"></a> [suffix](#input\_suffix)| suffix to be added to cloudwatch rule name |`string`|`"rule"`| no |
| <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 |
130
-
| <aname="input_timeout"></a> [timeout](#input\_timeout)| timeout for cloudwatch event |`number`|`60`| no |
131
122
132
123
## Outputs
133
124
134
125
| Name | Description |
135
126
|------|-------------|
136
-
| <aname="output_cloudwatch_event_rule_arn"></a> [cloudwatch\_event\_rule\_arn](#output\_cloudwatch\_event\_rule\_arn)| The cloudwatch event rule ARN |
137
-
| <aname="output_cloudwatch_event_target_arn"></a> [cloudwatch\_event\_target\_arn](#output\_cloudwatch\_event\_target\_arn)| The cloudwatch event target ARN |
127
+
| <aname="output_event_rule_arn"></a> [event\_rule\_arn](#output\_event\_rule\_arn)| The cloudwatch event rule ARN |
128
+
| <aname="output_event_target_arn"></a> [event\_target\_arn](#output\_event\_target\_arn)| The cloudwatch event target ARN |
0 commit comments