From 5978ebf782969ea6391e610f09b5f12c780850d8 Mon Sep 17 00:00:00 2001 From: Amar-rocks Date: Sat, 17 May 2025 12:39:11 +1000 Subject: [PATCH 1/2] Fixing_region --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index f69a2db..6a669d5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,7 @@ pipeline { environment { AWS_ACCESS_KEY_ID = credentials('aws-access-key-id') AWS_SECRET_ACCESS_KEY = credentials('aws-secret-access-key') - AWS_DEFAULT_REGION = 'ap-south-1' + AWS_DEFAULT_REGION = 'ap-southeast-2' } stages { From 3bd9d4c4c2bff7c363ec25f784b3c2361830a3e8 Mon Sep 17 00:00:00 2001 From: Amar-rocks Date: Sat, 17 May 2025 12:43:23 +1000 Subject: [PATCH 2/2] Fixing_the_Github_URL --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6a669d5..a9c2b75 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -15,7 +15,7 @@ pipeline { stages { stage('Checkout') { steps { - git branch: 'main', url: 'https://github.com/CodeSagarOfficial/jenkins-scripts.git' + git branch: 'main', url: 'https://github.com/Amar-rocks/terraform-jenkins-pipeline' } } stage('Terraform init') {