CheckPointSW / terraform-provider-checkpoint

Terraform provider for Check Point
https://www.terraform.io/docs/providers/checkpoint/
Mozilla Public License 2.0
27 stars 38 forks source link

Importing bulk access rules & network objects #35

Closed sharmaprashant24 closed 4 years ago

sharmaprashant24 commented 4 years ago

Hi Team,

I want to use terraform import for importing bulk configurations of access rules & network objects which I have in my current configuration of checkpoint management server. Creating a resource block for each existing objects and then run import command will be a next to impossible thing for me. So can you please suggest a way so that I can import the entire configuration of my checkpoint firewall

chkp-royl commented 4 years ago

Hi @sharmaprashant24, As of right now, terraform import command allows to import one resource at a time. This workflow will be improved and will also generate configuration in a future version of Terraform. Please refer here to read more about terraform import: https://www.terraform.io/docs/import/index.html#currently-state-only

Regards, Roy

sharmaprashant24 commented 4 years ago

Hi Roy, Do we have anytime time frame by when we can expect this feature will be available? Because in my scenario one resource at a time option will not be feasible.

chkp-royl commented 4 years ago

Hi @sharmaprashant24 , The bottle neck is in terraform side and I think you should ask them about that feature. I don't know any further information related this command.

Regards, Roy