File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ Please refer to examples directory [link](examples) for references.
123
123
124
124
| Name | Version |
125
125
| ------| ---------|
126
- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | 3.47.0 |
126
+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | 3.63 |
127
127
128
128
## Modules
129
129
@@ -143,7 +143,7 @@ Please refer to examples directory [link](examples) for references.
143
143
144
144
| Name | Description | Type | Default | Required |
145
145
| ------| -------------| ------| ---------| :--------:|
146
- | <a name =" input_deploy_target_group " ></a > [ deploy\_ target\_ group] ( #input\_ deploy\_ target\_ group ) | feature flag, true or false | ` bool ` | ` true ` | no |
146
+ | <a name =" input_deploy_target_group " ></a > [ deploy\_ target\_ group] ( #input\_ deploy\_ target\_ group ) | Feature flag, true or false | ` bool ` | ` true ` | no |
147
147
| <a name =" input_deregistration_delay " ></a > [ deregistration\_ delay] ( #input\_ deregistration\_ delay ) | deregistration delay | ` string ` | ` "300" ` | no |
148
148
| <a name =" input_healthcheck_interval " ></a > [ healthcheck\_ interval] ( #input\_ healthcheck\_ interval ) | health check interval | ` string ` | ` "" ` | no |
149
149
| <a name =" input_healthcheck_matcher " ></a > [ healthcheck\_ matcher] ( #input\_ healthcheck\_ matcher ) | healthcheck matcher (e.g. 200) | ` string ` | ` "" ` | no |
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ variable "target_type" {
96
96
}
97
97
98
98
variable "deploy_target_group" {
99
- description = " feature flag, true or false"
99
+ description = " Feature flag, true or false"
100
100
default = true
101
101
type = bool
102
102
}
You can’t perform that action at this time.
0 commit comments