terraform-provider-vcd
terraform-provider-vcd copied to clipboard
vcd_nsxt_firewall resource issues: logging state not being applied and missing 'REJECT' support
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:
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