Skip to content

Commit 5be5eea

Browse files
authored
Merge pull request #3 from tomarv2/develop
Develop
2 parents 72c78d2 + 6bd4c3f commit 5be5eea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Please refer to examples directory [link](examples) for references.
123123

124124
| Name | Version |
125125
|------|---------|
126-
| <a name="provider_aws"></a> [aws](#provider\_aws) | 3.47.0 |
126+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 3.63 |
127127

128128
## Modules
129129

@@ -143,7 +143,7 @@ Please refer to examples directory [link](examples) for references.
143143

144144
| Name | Description | Type | Default | Required |
145145
|------|-------------|------|---------|:--------:|
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 |
147147
| <a name="input_deregistration_delay"></a> [deregistration\_delay](#input\_deregistration\_delay) | deregistration delay | `string` | `"300"` | no |
148148
| <a name="input_healthcheck_interval"></a> [healthcheck\_interval](#input\_healthcheck\_interval) | health check interval | `string` | `""` | no |
149149
| <a name="input_healthcheck_matcher"></a> [healthcheck\_matcher](#input\_healthcheck\_matcher) | healthcheck matcher (e.g. 200) | `string` | `""` | no |

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ variable "target_type" {
9696
}
9797

9898
variable "deploy_target_group" {
99-
description = "feature flag, true or false"
99+
description = "Feature flag, true or false"
100100
default = true
101101
type = bool
102102
}

0 commit comments

Comments
 (0)