Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[New Data Source]: Add cloudavenue_edgegateway_security_group #351

Closed
azrod opened this issue Jun 28, 2023 · 0 comments · Fixed by #368
Closed

[New Data Source]: Add cloudavenue_edgegateway_security_group #351

azrod opened this issue Jun 28, 2023 · 0 comments · Fixed by #368

Comments

@azrod
Copy link
Member

azrod commented Jun 28, 2023

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

resource "cloudavenue_edgegateway_security_group" "frontend-servers" {
  edge_gateway_id = xx:xx:xx:xxxx-xx-xx-xx-xxx
  # OR
  edge_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]
}

References

https://registry.terraform.io/providers/vmware/vcd/latest/docs/resources/nsxt_security_group

Would you like to implement a fix?

None

@azrod azrod changed the title [New Data Source]: [New Data Source]: Add cloudavenue_edgegateway_security_group Jun 28, 2023
@azrod azrod self-assigned this Jul 6, 2023
@azrod azrod linked a pull request Jul 6, 2023 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant