Skip to content

Commit

Permalink
use release version of silinternational/ecs-app/aws
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Aug 9, 2023
1 parent 6c9b9b2 commit 4bf596d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ locals {
}

module "app" {
source = "github.com/silinternational/terraform-aws-ecs-app?ref=develop"
source = "silinternational/ecs-app/aws"
version = "0.4.0"

app_env = local.app_env
app_name = var.app_name
Expand Down

0 comments on commit 4bf596d

Please sign in to comment.