diff --git a/Jenkinsfile b/Jenkinsfile index f69a2db..a9c2b75 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,13 +9,13 @@ 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 { 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') {