f5devcentral / terraform-provider-bigip-old

This Repo is Deprecated please refer to https://github.com/terraform-providers/terraform-provider-bigip Provider is Published !
Mozilla Public License 2.0
32 stars 15 forks source link

resource bigip_ltm_node expects fqdn #130

Closed tecromatica closed 1 year ago

tecromatica commented 5 years ago

If using the example from the Terraform site, the node doesn't get created. Only "name" and "address" are required.

resource "bigip_ltm_node" "node" { name = "/Common/terraform_node1" address = "10.10.10.10" }

Defaults for FQDN seem to be incorrect, error states: "The json pair is "fqdn":{}. Despite the fact i'm not specifying this optional parameter. It must be coming from the code.

adam-f5 commented 1 year ago

Repository Archived