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

Updating is_sub_domain to be required #81

Closed b-diggity closed 3 years ago

b-diggity commented 3 years ago

is_sub_domain is actually a required field. Here is what happens when it is left off:

Error: failed to execute API call
Status: 400 Bad Request
Code: generic_err_missing_required_parameters
Message: Missing parameter: [is-sub-domain]

with checkpoint_management_dns_domain.this,
on main.tf line 420, in resource "checkpoint_management_dns_domain" "this":
420: resource "checkpoint_management_dns_domain" "this" {

Error: Terraform exited with code 1.
chkp-royl commented 3 years ago

Thanks @b-diggity for your contribution to Check Point provider. PR Merged.