Skip to content

Commit

Permalink
update terraform aws provider version and ecs-service module to enabl…
Browse files Browse the repository at this point in the history
…e service update timeouts
  • Loading branch information
zhelezovartem committed Nov 15, 2023
1 parent 78b52b3 commit ce1103b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployment/terraform/deployment.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "ecs-service" {
source = "s3::https://s3-eu-central-1.amazonaws.com/terraform-modules-9d7e951c290ec5bbe6506e0ddb064808764bc636/terraform-modules.zip//ecs-service/v2"
source = "s3::https://s3-eu-central-1.amazonaws.com/terraform-modules-9d7e951c290ec5bbe6506e0ddb064808764bc636/terraform-modules.zip//ecs-service/v3"
service_name = var.service_name
TAGGED_IMAGE = var.TAGGED_IMAGE
enable_execute_command = "true"
Expand Down
2 changes: 1 addition & 1 deletion deployment/terraform/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.16.0"
version = "~> 5.25.0"
}
random = {
source = "hashicorp/random"
Expand Down

0 comments on commit ce1103b

Please sign in to comment.