Skip to content

Commit 3bad325

Browse files
committed
chore(asg): update to 8.x
1 parent dc7ae6c commit 3bad325

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.spacelift/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
version: 1
2-
module_version: 2.6.2
2+
module_version: 2.6.3
33
tests:
44
- name: AMD64-based workerpool
55
project_root: examples/amd64

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ $ make docs
8282

8383
| Name | Source | Version |
8484
|------|--------|---------|
85-
| <a name="module_asg"></a> [asg](#module\_asg) | terraform-aws-modules/autoscaling/aws | ~> 6.0 |
85+
| <a name="module_asg"></a> [asg](#module\_asg) | terraform-aws-modules/autoscaling/aws | ~> 8.0 |
8686

8787
## Resources
8888

asg.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ poweroff
7878

7979
module "asg" {
8080
source = "terraform-aws-modules/autoscaling/aws"
81-
version = "~> 6.0"
81+
version = "~> 8.0"
8282

8383
name = local.base_name
8484

0 commit comments

Comments
 (0)