Skip to content

Commit 95c0699

Browse files
terraform-docs: automated action
1 parent 4e6cbe7 commit 95c0699

File tree

1 file changed

+24
-6
lines changed

1 file changed

+24
-6
lines changed

README.md

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -111,25 +111,43 @@ Please refer to examples directory [link](examples) for references.
111111
<!-- BEGIN_TF_DOCS -->
112112
## Requirements
113113

114-
No requirements.
114+
| Name | Version |
115+
|------|---------|
116+
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.0.1 |
117+
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | ~> 4.35 |
115118

116119
## Providers
117120

118-
No providers.
121+
| Name | Version |
122+
|------|---------|
123+
| <a name="provider_aws"></a> [aws](#provider\_aws) | ~> 4.35 |
119124

120125
## Modules
121126

122-
No modules.
127+
| Name | Source | Version |
128+
|------|--------|---------|
129+
| <a name="module_global"></a> [global](#module\_global) | git::git@github.com:tomarv2/terraform-global.git//aws | v0.0.1 |
123130

124131
## Resources
125132

126-
No resources.
133+
| Name | Type |
134+
|------|------|
135+
| [aws_lb_target_group.target_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lb_target_group) | resource |
136+
| [aws_caller_identity.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/caller_identity) | data source |
137+
| [aws_region.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/region) | data source |
127138

128139
## Inputs
129140

130-
No inputs.
141+
| Name | Description | Type | Default | Required |
142+
|------|-------------|------|---------|:--------:|
143+
| <a name="input_config"></a> [config](#input\_config) | Target groups configuration | `map(any)` | `{}` | no |
144+
| <a name="input_extra_tags"></a> [extra\_tags](#input\_extra\_tags) | Additional tags to associate | `map(string)` | `{}` | no |
131145

132146
## Outputs
133147

134-
No outputs.
148+
| Name | Description |
149+
|------|-------------|
150+
| <a name="output_arn"></a> [arn](#output\_arn) | Target group ARN |
151+
| <a name="output_config"></a> [config](#output\_config) | Target group configuration |
152+
| <a name="output_port"></a> [port](#output\_port) | Target group port |
135153
<!-- END_TF_DOCS -->

0 commit comments

Comments
 (0)