From fde5998d2a22243c1e140b16d9aa865ada820a99 Mon Sep 17 00:00:00 2001 From: guybarak Date: Wed, 15 Oct 2025 09:08:29 +0000 Subject: [PATCH] Fix invalid link in autoscale_gwlb module --- modules/autoscale_gwlb/main.tf | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/autoscale_gwlb/main.tf b/modules/autoscale_gwlb/main.tf index 97ebdd2..92a1980 100755 --- a/modules/autoscale_gwlb/main.tf +++ b/modules/autoscale_gwlb/main.tf @@ -2,8 +2,6 @@ module "amis" { source = "../amis" version_license = var.gateway_version - amis_url = "https://cgi-cfts-staging.s3.amazonaws.com/utils/amis.yaml" - } resource "aws_security_group" "permissive_sg" {