PaloAltoNetworks / terraform-provider-panos

Terraform Panos provider
https://www.terraform.io/docs/providers/panos/
MIT License
89 stars 71 forks source link

Device Groups #80

Closed kerry-knight closed 3 years ago

kerry-knight commented 6 years ago

In Panorama, I can create Address Groups, where the members are simply IP addresses. It seems that in Terraform, it errors on this, and requires you building individual Address objects for each member.

shinmog commented 6 years ago

@kerry-knight

Can you sanity check something for me, as I'm working in a test environment: does your Panorama GUI allow you to type in a freeform IP address into an address group's static definition? Mine doesn't, so I'm wondering if this is a Panorama design decision.

kerry-knight commented 6 years ago

Yes, running 8.0.10, but believe that has always been allowed, unless it went away in version 8.1

From: Garfield Lee Freeman [mailto:notifications@github.com] Sent: Tuesday, September 18, 2018 2:11 PM To: terraform-providers/terraform-provider-panos Cc: Knight, Kerry; Mention Subject: Re: [terraform-providers/terraform-provider-panos] Device Groups (#80)

@kerry-knighthttps://github.com/kerry-knight

Can you sanity check something for me, as I'm working in a test environment: does your Panorama GUI allow you to type in a freeform IP address into an address group's static definition? Mine doesn't, so I'm wondering if this is a Panorama design decision.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/terraform-providers/terraform-provider-panos/issues/80#issuecomment-422512254, or mute the threadhttps://github.com/notifications/unsubscribe-auth/Al9exruvvSzZawUxaW-x7NOJawp2988Gks5ucUVIgaJpZM4WuRu-.

shinmog commented 6 years ago

@kerry-knight

Ok, I just tried with 8.0.3-h4 and 7.1.9 (please don't judge me, lol). None of these will allow me to add a free-form IP address, but your Panorama is allowing this, where as the Terraform provider is failing..?

shinmog commented 3 years ago

Seems to not be an issue anymore, so closing this issue.