Skip to content

Commit 12bcb86

Browse files
author
rahul-infra
committed
made changes in main.tf for version of ecs module.
1 parent 4d2e8b0 commit 12bcb86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ data "aws_ecs_cluster" "this" {
204204

205205
module "ecs_kong" {
206206
source = "infraspecdev/ecs-deployment/aws"
207-
version = "~> 4.3.4"
207+
version = "4.3.4"
208208

209209
vpc_id = var.vpc_id
210210
cluster_name = data.aws_ecs_cluster.this.cluster_name
@@ -334,7 +334,7 @@ module "ecs_kong" {
334334

335335
module "internal_alb_kong" {
336336
source = "infraspecdev/ecs-deployment/aws//modules/alb"
337-
version = "~> 4.3.4"
337+
version = "4.3.4"
338338

339339
name = "${local.kong.name}-internal"
340340
internal = true

0 commit comments

Comments
 (0)