diff --git a/Jenkinsfile b/Jenkinsfile index f69a2db..3793354 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 = 'us-east-2' } stages { stage('Checkout') { steps { - git branch: 'main', url: 'https://github.com/CodeSagarOfficial/jenkins-scripts.git' + git branch: 'main', url: 'https://github.com/shadnagar/terraform-jenkins-pipeline.git' } } stage('Terraform init') { @@ -50,4 +50,4 @@ pipeline { } } -} \ No newline at end of file +}