File tree Expand file tree Collapse file tree 1 file changed +19
-5
lines changed
Expand file tree Collapse file tree 1 file changed +19
-5
lines changed Original file line number Diff line number Diff 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
100105No 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 -->
You can’t perform that action at this time.
0 commit comments