Skip to content

Commit

Permalink
Merge pull request #263 from silinternational/fix-role-name
Browse files Browse the repository at this point in the history
update scheduled-ecs-task to fix role name length issue
  • Loading branch information
briskt authored Sep 16, 2024
2 parents 672a1e8 + 038163d commit e1ab8e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion terraform/032-db-backup/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ locals {

module "backup_task" {
source = "silinternational/scheduled-ecs-task/aws"
version = "0.1.0"
version = "~> 0.1"

name = "${var.idp_name}-${var.app_name}-${var.app_env}"
event_rule_description = "Start scheduled backup"
Expand Down
2 changes: 1 addition & 1 deletion terraform/040-id-broker/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ module "ecsservice" {

module "cron_task" {
source = "silinternational/scheduled-ecs-task/aws"
version = "0.1.0"
version = "~> 0.1"

name = "${var.idp_name}-${var.app_name}-cron-${var.app_env}-${local.aws_region}"
event_rule_description = "Start broker scheduled tasks"
Expand Down
2 changes: 1 addition & 1 deletion terraform/070-id-sync/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ locals {

module "cron_task" {
source = "silinternational/scheduled-ecs-task/aws"
version = "0.1.0"
version = "~> 0.1"

name = "${var.idp_name}-${var.app_name}-cron-${var.app_env}-${local.aws_region}"
event_rule_description = "Start ID Sync scheduled tasks"
Expand Down

0 comments on commit e1ab8e9

Please sign in to comment.