CheckPointSW / terraform-provider-checkpoint

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

Attributes for resource - "checkpoint_management_host" #77

Open alexandregoncalves17 opened 3 years ago

alexandregoncalves17 commented 3 years ago

Hi,

I'm working with that resource and I want to set the type of the host. If I select "dns_server" I have no way to configure via Terraform the DNS settings. Same for "mail_server". Its only possible configure the "web_server_config".

Screenshot 2021-07-22 at 10 04 42

chkp-royl commented 3 years ago

Hi @alexandregoncalves17,

Resource checkpoint_management_host support all the attributes just like in host API docs: https://sc1.checkpoint.com/documents/latest/APIs/index.html#cli/add-host~v1.8%20 Host API doesn't support DNS server for now and the same for Check Point provider because it's based on Host API.

Regards, Roy

alexandregoncalves17 commented 3 years ago

Thanks for your answer!

I'm saying for example:

If I select "mail_server" it will open another window:

Screenshot 2021-07-22 at 10 53 42

How can I configure this windows on terraform ?

Thanks for your help!

Best regards,

chkp-royl commented 3 years ago

This currently cannot be configured via terraform because we don't have API for the new windows above. Once we add APIs for 'DNS Server' and 'Mail Server' we will support it also in terraform.

Regards, Roy

alexandregoncalves17 commented 3 years ago

Okay, thanks!

Regards, Alexandre