@@ -186,7 +186,7 @@ module "vpc" {
186
186
# ##################
187
187
module "alb" {
188
188
source = " terraform-aws-modules/alb/aws"
189
- version = " v5.7 .0"
189
+ version = " v5.10 .0"
190
190
191
191
name = var. name
192
192
internal = var. internal
@@ -264,7 +264,7 @@ resource "aws_lb_listener_rule" "unauthenticated_access_for_cidr_blocks" {
264
264
# ##################
265
265
module "alb_https_sg" {
266
266
source = " terraform-aws-modules/security-group/aws//modules/https-443"
267
- version = " v3.15 .0"
267
+ version = " v3.17 .0"
268
268
269
269
name = " ${ var . name } -alb-https"
270
270
vpc_id = local. vpc_id
@@ -277,7 +277,7 @@ module "alb_https_sg" {
277
277
278
278
module "alb_http_sg" {
279
279
source = " terraform-aws-modules/security-group/aws//modules/http-80"
280
- version = " v3.15 .0"
280
+ version = " v3.17 .0"
281
281
282
282
name = " ${ var . name } -alb-http"
283
283
vpc_id = local. vpc_id
@@ -290,7 +290,7 @@ module "alb_http_sg" {
290
290
291
291
module "atlantis_sg" {
292
292
source = " terraform-aws-modules/security-group/aws"
293
- version = " v3.15 .0"
293
+ version = " v3.17 .0"
294
294
295
295
name = var. name
296
296
vpc_id = local. vpc_id
@@ -316,7 +316,7 @@ module "atlantis_sg" {
316
316
# ##################
317
317
module "acm" {
318
318
source = " terraform-aws-modules/acm/aws"
319
- version = " v2.10 .0"
319
+ version = " v2.12 .0"
320
320
321
321
create_certificate = var. certificate_arn == " "
322
322
@@ -443,7 +443,7 @@ resource "aws_iam_role_policy" "ecs_task_access_secrets" {
443
443
444
444
module "container_definition_github_gitlab" {
445
445
source = " cloudposse/ecs-container-definition/aws"
446
- version = " v0.40.0 "
446
+ version = " v0.45.2 "
447
447
448
448
container_name = var. name
449
449
container_image = local. atlantis_image
@@ -500,7 +500,7 @@ module "container_definition_github_gitlab" {
500
500
501
501
module "container_definition_bitbucket" {
502
502
source = " cloudposse/ecs-container-definition/aws"
503
- version = " v0.40.0 "
503
+ version = " v0.45.2 "
504
504
505
505
container_name = var. name
506
506
container_image = local. atlantis_image
0 commit comments