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 55module "terraform_state" {
66 # checkov:skip=CKV_TF_1:Using registry versioned modules
77 source = " terraform-aws-modules/s3-bucket/aws"
8- version = " 4.11 .0"
8+ version = " 5.10 .0"
99
1010 bucket = local. state_bucket
1111
Original file line number Diff line number Diff line change 88module "eks" {
99 # checkov:skip=CKV_TF_1:Using registry versioned modules
1010 source = " terraform-aws-modules/eks/aws"
11- version = " 19. 21.0 "
11+ version = " 21.15.1 "
1212
1313 cluster_endpoint_public_access = true
1414
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ module "sg" {
2727module "ec2_instance" {
2828 # checkov:skip=CKV_TF_1:Using registry versioned modules
2929 source = " terraform-aws-modules/ec2-instance/aws"
30- version = " ~> 5 .0"
30+ version = " ~> 6 .0"
3131
3232 create = var. create_instance
3333
You can’t perform that action at this time.
0 commit comments