Skip to content

Commit

Permalink
update ecs-service module to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
zhelezovartem committed Aug 24, 2022
1 parent 16d9990 commit 38e0924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/terraform/deployment.tf
@@ -1,5 +1,5 @@
module "ecs-service" {
source = "s3::https://s3-eu-central-1.amazonaws.com/terraform-modules-9d7e951c290ec5bbe6506e0ddb064808764bc636/terraform-modules.zip//ecs-service/v1"
source = "s3::https://s3-eu-central-1.amazonaws.com/terraform-modules-9d7e951c290ec5bbe6506e0ddb064808764bc636/terraform-modules.zip//ecs-service/v2"
service_name = var.service_name
TAGGED_IMAGE = var.TAGGED_IMAGE
enable_execute_command = "true"
Expand Down

0 comments on commit 38e0924

Please sign in to comment.