From e06351ccb59bfa91f3b94dc80a096523399b303a Mon Sep 17 00:00:00 2001 From: 636ai <149565875+636ai@users.noreply.github.com> Date: Sat, 27 Jun 2026 13:12:15 +0530 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index ea39eb2..9bf9b49 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -36,7 +36,7 @@ pipeline { sh 'cd terraform/0-bootstrap && terraform init -input=false' // Import existing resources into state if they already exist in AWS // '|| true' ensures pipeline does not fail if resource does not exist yet (first run) - sh 'cd terraform/0-bootstrap && terraform import aws_s3_bucket.tf_state quantamvector-infra-statefile-backup || true' + sh 'cd terraform/0-bootstrap && terraform import quantamvector-infra-statefile-backup-285407030319 || true' sh 'cd terraform/0-bootstrap && terraform import aws_dynamodb_table.tf_lock quantamvector-terraform-locks || true' sh 'cd terraform/0-bootstrap && terraform plan -out tfplan' sh 'cd terraform/0-bootstrap && terraform show -no-color tfplan > tfplan.txt'