Skip to content

Commit

Permalink
Merge pull request #261 from silinternational/internal-alb
Browse files Browse the repository at this point in the history
Release 12.9.2 -- use alb module
  • Loading branch information
briskt authored Sep 12, 2024
2 parents c491e39 + 4b704b7 commit ae4fb27
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion terraform/010-cluster/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ module "alb" {
* Create application load balancer for internal use
*/
module "internal_alb" {
source = "github.com/silinternational/terraform-modules//aws/alb?ref=8.13.1"
source = "silinternational/alb/aws"
version = "~> 1.0"

alb_name = "alb-${var.app_name}-${var.app_env}-int"
app_name = var.app_name
app_env = var.app_env
Expand Down

0 comments on commit ae4fb27

Please sign in to comment.