From 6de4aa495fd124af686c90ffb8c85df16f0373d5 Mon Sep 17 00:00:00 2001 From: David Siaw Date: Mon, 8 Feb 2021 11:52:36 +0900 Subject: [PATCH] quick fix for executor --- lib/cloud_formation/executor.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cloud_formation/executor.rb b/lib/cloud_formation/executor.rb index 66e8d48c..c7d55d97 100644 --- a/lib/cloud_formation/executor.rb +++ b/lib/cloud_formation/executor.rb @@ -84,7 +84,7 @@ def stack_options { stack_name: stack.name, capabilities: ["CAPABILITY_IAM"], - template_url: "https://s3.#{stack.region}.amazonaws.com/#{@bucket}/#{template_name}" + template_url: "https://#{@bucket}.s3.amazonaws.com/#{template_name}" } end