Skip to content

Commit 2d7ac77

Browse files
terraform-docs: automated action
1 parent 35a8e61 commit 2d7ac77

File tree

1 file changed

+21
-5
lines changed

1 file changed

+21
-5
lines changed

README.md

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,25 +89,41 @@ tf -c=aws destroy -var='teamid=foo' -var='prjid=bar'
8989
<!-- BEGIN_TF_DOCS -->
9090
## Requirements
9191

92-
No requirements.
92+
| Name | Version |
93+
|------|---------|
94+
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.0.1 |
95+
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | ~> 4.35 |
9396

9497
## Providers
9598

96-
No providers.
99+
| Name | Version |
100+
|------|---------|
101+
| <a name="provider_aws"></a> [aws](#provider\_aws) | ~> 4.35 |
97102

98103
## Modules
99104

100105
No modules.
101106

102107
## Resources
103108

104-
No resources.
109+
| Name | Type |
110+
|------|------|
111+
| [aws_cloudwatch_event_rule.event_rule](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_event_rule) | resource |
112+
| [aws_cloudwatch_event_target.event_target_input_type](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_event_target) | resource |
105113

106114
## Inputs
107115

108-
No inputs.
116+
| Name | Description | Type | Default | Required |
117+
|------|-------------|------|---------|:--------:|
118+
| <a name="input_cloudwatch_event_config"></a> [cloudwatch\_event\_config](#input\_cloudwatch\_event\_config) | Cloudwatch event configuration | `map(any)` | `{}` | no |
119+
| <a name="input_extra_tags"></a> [extra\_tags](#input\_extra\_tags) | Additional tags to associate | `map(string)` | `{}` | no |
120+
| <a name="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 |
121+
| <a name="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 |
109122

110123
## Outputs
111124

112-
No outputs.
125+
| Name | Description |
126+
|------|-------------|
127+
| <a name="output_event_rule_arn"></a> [event\_rule\_arn](#output\_event\_rule\_arn) | The cloudwatch event rule ARN |
128+
| <a name="output_event_target_arn"></a> [event\_target\_arn](#output\_event\_target\_arn) | The cloudwatch event target ARN |
113129
<!-- END_TF_DOCS -->

0 commit comments

Comments
 (0)