vmware / terraform-provider-vcd

Terraform VMware Cloud Director provider
https://www.terraform.io/docs/providers/vcd/
Mozilla Public License 2.0
146 stars 113 forks source link

Distributed firewall rule with the object urn:vcloud:firewallGroup:internal for all internal vDC Group network traffic #1161

Open odraghi opened 8 months ago

odraghi commented 8 months ago

Community Note

Description

Give the ability to use the special object urn:vcloud:firewallGroup:internal in sourceFirewallGroups and/or destinationFirewallGroups of a distributed firewall rule.

urn:vcloud:firewallGroup:internal can be used to specify all internal vDC Group network traffic (ref: https://developer.vmware.com/apis/vmware-cloud-director/latest/data-structures/FirewallRule/ )

New or Affected Resource(s)

References

na

JouHouFin commented 2 weeks ago

Isn't this possible as of now? I just successfully created a vcd_nsxt_distributed_firewall resource with rule having ["urn:vcloud:firewallGroup:internal"] in source_ids and destination_ids.