Skip to content

Commit 7647069

Browse files
chore(deps): update terraform cloudposse/ec2-autoscale-group/aws to v0.39.0 (main) (#106)
Requires AWS provider version >= 5.16.0
1 parent 6c613ca commit 7647069

File tree

5 files changed

+9
-13
lines changed

5 files changed

+9
-13
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,19 +167,19 @@ Available targets:
167167
| Name | Version |
168168
|------|---------|
169169
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.0 |
170-
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 2.41.0 |
170+
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 5.16.0 |
171171

172172
## Providers
173173

174174
| Name | Version |
175175
|------|---------|
176-
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 2.41.0 |
176+
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 5.16.0 |
177177

178178
## Modules
179179

180180
| Name | Source | Version |
181181
|------|--------|---------|
182-
| <a name="module_autoscale_group"></a> [autoscale\_group](#module\_autoscale\_group) | cloudposse/ec2-autoscale-group/aws | 0.37.1 |
182+
| <a name="module_autoscale_group"></a> [autoscale\_group](#module\_autoscale\_group) | cloudposse/ec2-autoscale-group/aws | 0.39.0 |
183183
| <a name="module_label"></a> [label](#module\_label) | cloudposse/label/null | 0.25.0 |
184184
| <a name="module_this"></a> [this](#module\_this) | cloudposse/label/null | 0.25.0 |
185185

docs/terraform.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44
| Name | Version |
55
|------|---------|
66
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.0 |
7-
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 2.41.0 |
7+
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 5.16.0 |
88

99
## Providers
1010

1111
| Name | Version |
1212
|------|---------|
13-
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 2.41.0 |
13+
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 5.16.0 |
1414

1515
## Modules
1616

1717
| Name | Source | Version |
1818
|------|--------|---------|
19-
| <a name="module_autoscale_group"></a> [autoscale\_group](#module\_autoscale\_group) | cloudposse/ec2-autoscale-group/aws | 0.37.1 |
19+
| <a name="module_autoscale_group"></a> [autoscale\_group](#module\_autoscale\_group) | cloudposse/ec2-autoscale-group/aws | 0.39.0 |
2020
| <a name="module_label"></a> [label](#module\_label) | cloudposse/label/null | 0.25.0 |
2121
| <a name="module_this"></a> [this](#module\_this) | cloudposse/label/null | 0.25.0 |
2222

examples/complete/versions.tf

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@ terraform {
44
required_providers {
55
aws = {
66
source = "hashicorp/aws"
7-
version = ">= 2.0"
8-
}
9-
local = {
10-
source = "hashicorp/local"
11-
version = ">= 1.3"
7+
version = ">= 5.0"
128
}
139
}
1410
}

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ data "aws_iam_instance_profile" "default" {
165165

166166
module "autoscale_group" {
167167
source = "cloudposse/ec2-autoscale-group/aws"
168-
version = "0.37.1"
168+
version = "0.39.0"
169169

170170
enabled = local.enabled
171171
tags = merge(local.tags, var.autoscaling_group_tags)

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
aws = {
66
source = "hashicorp/aws"
7-
version = ">= 2.41.0"
7+
version = ">= 5.16.0"
88
}
99
}
1010
}

0 commit comments

Comments
 (0)