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 Resource]: cloudavenue_edgegateway_security_group resource #342

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

[New Resource]: cloudavenue_edgegateway_security_group resource #342

azrod opened this issue Jun 26, 2023 · 0 comments · Fixed by #368
Assignees
Labels
new-resource New resource

Comments

@azrod
Copy link
Member

azrod commented Jun 26, 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 self-assigned this Jun 26, 2023
@azrod azrod changed the title [New Resource]: cloudavenue_network_security_group resource [New Resource]: cloudavenue_edgegateway_security_group resource Jun 28, 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
Labels
new-resource New resource
Projects
None yet
1 participant