Skip to content

Commit 68de4c9

Browse files
terraform-docs: automated action
1 parent d4fac7f commit 68de4c9

File tree

1 file changed

+19
-5
lines changed

1 file changed

+19
-5
lines changed

README.md

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,25 +89,39 @@ 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.61 |
9396

9497
## Providers
9598

96-
No providers.
99+
| Name | Version |
100+
|------|---------|
101+
| <a name="provider_aws"></a> [aws](#provider\_aws) | ~> 4.61 |
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_config"></a> [config](#input\_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 |
109120

110121
## Outputs
111122

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

0 commit comments

Comments
 (0)