google_cloud_automlops/provisioning/terraform.py [153:177]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            write_file(
                filepath=f'{BASE_DIR}provision/environment/variables.auto.tfvars',
                text=render_jinja(
                    template_path=import_files(TERRAFORM_TEMPLATES_PATH + '.environment') / 'variables.auto.tfvars.j2',
                    artifact_repo_location=self.artifact_repo_location,
                    artifact_repo_name=self.artifact_repo_name,
                    build_trigger_location=self.build_trigger_location,
                    build_trigger_name=self.build_trigger_name,
                    generated_license=GENERATED_LICENSE,
                    pipeline_job_runner_service_account=self.pipeline_job_runner_service_account,
                    pipeline_job_submission_service_location=self.pipeline_job_submission_service_location,
                    pipeline_job_submission_service_name=self.pipeline_job_submission_service_name,
                    project_id=self.project_id,
                    provision_credentials_key=self.provision_credentials_key,
                    pubsub_topic_name=self.pubsub_topic_name,
                    schedule_location=self.schedule_location,
                    schedule_name=self.schedule_name,
                    schedule_pattern=self.schedule_pattern,
                    source_repo_branch=self.source_repo_branch,
                    source_repo_name=self.source_repo_name,
                    storage_bucket_location=self.storage_bucket_location,
                    storage_bucket_name=self.storage_bucket_name,
                    vpc_connector=self.vpc_connector
                ),
                mode='w')
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



google_cloud_automlops/provisioning/terraform.py [181:205]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            write_file(
                filepath=f'{BASE_DIR}provision/environment/variables.auto.tfvars',
                text=render_jinja(
                    template_path=import_files(TERRAFORM_TEMPLATES_PATH + '.environment') / 'variables.auto.tfvars.j2',
                    artifact_repo_location=self.artifact_repo_location,
                    artifact_repo_name=self.artifact_repo_name,
                    build_trigger_location=self.build_trigger_location,
                    build_trigger_name=self.build_trigger_name,
                    generated_license=GENERATED_LICENSE,
                    pipeline_job_runner_service_account=self.pipeline_job_runner_service_account,
                    pipeline_job_submission_service_location=self.pipeline_job_submission_service_location,
                    pipeline_job_submission_service_name=self.pipeline_job_submission_service_name,
                    project_id=self.project_id,
                    provision_credentials_key=self.provision_credentials_key,
                    pubsub_topic_name=self.pubsub_topic_name,
                    schedule_location=self.schedule_location,
                    schedule_name=self.schedule_name,
                    schedule_pattern=self.schedule_pattern,
                    source_repo_branch=self.source_repo_branch,
                    source_repo_name=self.source_repo_name,
                    storage_bucket_location=self.storage_bucket_location,
                    storage_bucket_name=self.storage_bucket_name,
                    vpc_connector=self.vpc_connector
                ),
                mode='w')
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



