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'