File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ resource "aws_key_pair" "testing" {
24
24
module "ec2_sample_rotate" {
25
25
count = var. testing_enabled ? 1 : 0
26
26
source = " terraform-aws-modules/ec2-instance/aws"
27
- version = " ~> 5.6 "
27
+ version = " ~> 6.0 "
28
28
29
29
name = " instance-${ lower (local. global_name )} "
30
30
Original file line number Diff line number Diff line change 2
2
# # Function
3
3
module "lambda_function" {
4
4
source = " terraform-aws-modules/lambda/aws"
5
- version = " 7.21.0 "
5
+ version = " 8.0.1 "
6
6
7
7
function_name = lower (local. global_name )
8
8
description = var. lambda_function . default . lambda_description
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
4
4
required_providers {
5
5
aws = {
6
6
source = " hashicorp/aws"
7
- version = " ~> 5.99.1 "
7
+ version = " ~> 6.0.0 "
8
8
}
9
9
}
10
10
You can’t perform that action at this time.
0 commit comments