Skip to content

Commit

Permalink
Changing the ref for asg module
Browse files Browse the repository at this point in the history
  • Loading branch information
Praveenraj-K committed Dec 9, 2024
1 parent 0367ecd commit cf7fbeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/010-cluster/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ data "aws_ami" "ecs_ami" {
* Create auto-scaling group
*/
module "asg" {
source = "github.com/silinternational/terraform-modules//aws/asg?ref=8.13.2"
source = "github.com/silinternational/terraform-modules//aws/asg?ref=8.14.1"
app_name = var.app_name
app_env = var.app_env
aws_instance = var.aws_instance
Expand Down

0 comments on commit cf7fbeb

Please sign in to comment.