terraform-provider-checkpoint icon indicating copy to clipboard operation
terraform-provider-checkpoint copied to clipboard

Attributes for resource - "checkpoint_management_host"

Open alexandregoncalves17 opened this issue 4 years ago • 4 comments

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

alexandregoncalves17 avatar Jul 22 '21 09:07 alexandregoncalves17

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

chkp-royl avatar Jul 22 '21 09:07 chkp-royl

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,

alexandregoncalves17 avatar Jul 22 '21 09:07 alexandregoncalves17

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

chkp-royl avatar Jul 22 '21 10:07 chkp-royl

Okay, thanks!

Regards, Alexandre

alexandregoncalves17 avatar Jul 22 '21 10:07 alexandregoncalves17