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

vcd_nsxt_firewall resource issues: logging state not being applied and missing 'REJECT' support

Open Nagte502 opened this issue 1 year ago • 11 comments

Description

Hi! We are currently working on implementing the ‘vcd_nsxt_firewall’ resource into our code. We came across 2 issues of which one appears to be a bug.

1. The ‘logging’ attribute doesn’t seem to be applied. When running the terraform apply command, terraform does see the required changes:

image

However, when the apply has completed, the logging state hasn't changed. It will see (and tries to apply) this change every run.

2. the 'Action' attribute only allowes 'DROP' and 'ALLOW'. We would like to see the 'REJECT' to be supported as well.

Affected Resource(s)

vcd_nsxt_firewall

Nagte502 avatar Feb 16 '24 08:02 Nagte502