You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provides a resource to manage NSX-T Security Group. Security Groups are groups of data center group networks to which distributed firewall rules apply. Grouping networks helps you to reduce the total number of distributed firewall rules to be created.
Requested Resource(s) and/or Data Source(s)
cloudavenue_edgegateway_security_group
Potential Terraform Configuration
resource"cloudavenue_edgegateway_security_group""frontend-servers" {
edge_gateway_id=xx:xx:xx:xxxx-xx-xx-xx-xxx
# ORedge_gateway_name=xx
name="frontend-servers"description="Security Group for a network connecting the frontend servers"member_org_network_ids=[vcd_network_routed_v2.frontend.id]
}
Description
Provides a resource to manage NSX-T Security Group. Security Groups are groups of data center group networks to which distributed firewall rules apply. Grouping networks helps you to reduce the total number of distributed firewall rules to be created.
Requested Resource(s) and/or Data Source(s)
cloudavenue_edgegateway_security_group
Potential Terraform Configuration
References
https://registry.terraform.io/providers/vmware/vcd/latest/docs/resources/nsxt_security_group
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: