Skip to content

Commit 36fff6b

Browse files
authored
Update alb and eks/alb-controller components (cloudposse/terraform-aws-components#760)
1 parent 0f62de7 commit 36fff6b

File tree

3 files changed

+2
-13
lines changed

3 files changed

+2
-13
lines changed

src/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ components:
6767
6868
| Name | Source | Version |
6969
|------|--------|---------|
70-
| <a name="module_alb_controller"></a> [alb\_controller](#module\_alb\_controller) | cloudposse/helm-release/aws | 0.7.0 |
70+
| <a name="module_alb_controller"></a> [alb\_controller](#module\_alb\_controller) | cloudposse/helm-release/aws | 0.9.1 |
7171
| <a name="module_eks"></a> [eks](#module\_eks) | cloudposse/stack-config/yaml//modules/remote-state | 1.4.3 |
7272
| <a name="module_iam_roles"></a> [iam\_roles](#module\_iam\_roles) | ../../account-map/modules/iam-roles | n/a |
7373
| <a name="module_this"></a> [this](#module\_this) | cloudposse/label/null | 0.25.0 |
@@ -132,7 +132,6 @@ components:
132132
| <a name="input_tags"></a> [tags](#input\_tags) | Additional tags (e.g. `{'BusinessUnit': 'XYZ'}`).<br>Neither the tag keys nor the tag values will be modified by this module. | `map(string)` | `{}` | no |
133133
| <a name="input_tenant"></a> [tenant](#input\_tenant) | ID element \_(Rarely used, not included by default)\_. A customer identifier, indicating who this instance of a resource is for | `string` | `null` | no |
134134
| <a name="input_timeout"></a> [timeout](#input\_timeout) | Time in seconds to wait for any individual kubernetes operation (like Jobs for hooks). Defaults to `300` seconds | `number` | `null` | no |
135-
| <a name="input_wait"></a> [wait](#input\_wait) | Will wait until all resources are in a ready state before marking the release as successful. It will wait for as long as `timeout`. Defaults to `true`. | `bool` | `null` | no |
136135

137136
## Outputs
138137

src/main.tf

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
locals {
2-
enabled = module.this.enabled
3-
}
4-
51
module "alb_controller" {
62
source = "cloudposse/helm-release/aws"
7-
version = "0.7.0"
3+
version = "0.9.1"
84

95
name = "" # avoids hitting length restrictions on IAM Role names
106
chart = var.chart

src/variables.tf

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,6 @@ variable "atomic" {
6868
default = true
6969
}
7070

71-
variable "wait" {
72-
type = bool
73-
description = "Will wait until all resources are in a ready state before marking the release as successful. It will wait for as long as `timeout`. Defaults to `true`."
74-
default = null
75-
}
76-
7771
variable "chart_values" {
7872
type = any
7973
description = "Additional values to yamlencode as `helm_release` values."

0 commit comments

Comments
 (0)