File tree Expand file tree Collapse file tree 1 file changed +24
-6
lines changed Expand file tree Collapse file tree 1 file changed +24
-6
lines changed Original file line number Diff line number Diff line change @@ -111,25 +111,43 @@ Please refer to examples directory [link](examples) for references.
111
111
<!-- BEGIN_TF_DOCS -->
112
112
## Requirements
113
113
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 |
115
118
116
119
## Providers
117
120
118
- No providers.
121
+ | Name | Version |
122
+ | ------| ---------|
123
+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | ~ > 4.35 |
119
124
120
125
## Modules
121
126
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 |
123
130
124
131
## Resources
125
132
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 |
127
138
128
139
## Inputs
129
140
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 |
131
145
132
146
## Outputs
133
147
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 |
135
153
<!-- END_TF_DOCS -->
You can’t perform that action at this time.
0 commit comments