From c656810fba5f8cbbef9ff86ed1dba6829f6dae8b Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Fri, 23 Jun 2023 10:43:29 -0400 Subject: [PATCH] revert accidental line --- sync/propagate-image.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/sync/propagate-image.sh b/sync/propagate-image.sh index 18c9981..fb334d6 100644 --- a/sync/propagate-image.sh +++ b/sync/propagate-image.sh @@ -14,7 +14,6 @@ REGIONS=$(aws --profile resf-ami ec2 describe-regions \ --all-regions \ --query "Regions[].{Name:RegionName}" \ --output text | grep -vE "$source_region") -REGIONS="ap-southeast-4" SOURCE_AMI_NAME=$(aws --profile resf-ami ec2 describe-images \ --region "$source_region" --image-ids "$source_ami" --query 'Images[0].Name' \