This is an automated email from the ASF dual-hosted git repository.

shahar1 pushed a commit to branch gha-arc-rebase
in repository https://gitbox.apache.org/repos/asf/airflow-ci-infra.git

commit bf374a2eb9e2546d059cf38559302e0ef43c7a2a
Author: Hussein Awala <[email protected]>
AuthorDate: Sun Aug 13 14:11:20 2023 +0200

    use region vrom var in aws provider
---
 terraform/eks/provider.tf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/terraform/eks/provider.tf b/terraform/eks/provider.tf
index 585ac24..89656fe 100644
--- a/terraform/eks/provider.tf
+++ b/terraform/eks/provider.tf
@@ -17,5 +17,5 @@
 
 provider "aws" {
   profile = "airflow"
-  region  = "us-east-2"
+  region  = var.region
 }
\ No newline at end of file

Reply via email to