How to create NSX-T Service with Terraform?
resource "nsxt_policy_service" "SRV-TCP-P-22-SSH" {
display_name = "SRV-TCP-P-22-SSH"
l4_port_set_entry {
display_name = "SRV-TCP-P-22-SSH"
protocol = "TCP"
destination_ports = ["22"]
}
}
No comments:
Post a Comment