PaloAltoNetworks / terraform-aws-vmseries-modules

Terraform Reusable Modules for VM-Series on AWS
https://registry.terraform.io/modules/PaloAltoNetworks/vmseries-modules/aws
MIT License
40 stars 49 forks source link

Expose acceptance_required in a variable for gwlb module #389

Closed romainmorel closed 11 months ago

romainmorel commented 11 months ago

Is your feature request related to a problem?

A customer would like to set the acceptance_required for a gwlb to true but it is currently not exposed as an input variable for gwlb module.

It is set statically to true in https://github.com/PaloAltoNetworks/terraform-aws-vmseries-modules/blob/v1.0.8/modules/gwlb/main.tf

Describe the solution you'd like

Would it be possible to allow this parameter to be customized by the end-user and allow an input variable

Describe alternatives you've considered.

No response

Additional context

No response

welcome-to-palo-alto-networks[bot] commented 11 months ago

:tada: Thanks for opening your first issue here! Welcome to the community!

sebastianczech commented 11 months ago

Feature was delivered in https://github.com/PaloAltoNetworks/terraform-aws-vmseries-modules/releases/tag/v1.0.9, so I close this issue.