{"id":26716850,"url":"https://github.com/global-vmware/vcd_nsxt_alb_virtual_service","last_synced_at":"2025-03-27T15:48:02.980Z","repository":{"id":176335656,"uuid":"655856586","full_name":"global-vmware/vcd_nsxt_alb_virtual_service","owner":"global-vmware","description":"This Repository contains the \"vcd_nsxt_alb_virtual_service\" Terraform Module. You can use this Module to deploy NSX-T ALB Virtual Services into a VMware Cloud Director (VCD) Environment.","archived":false,"fork":false,"pushed_at":"2023-12-11T17:15:19.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-12-11T18:31:10.032Z","etag":null,"topics":["infrastructure-as-code","load-balancing","terraform","terraform-module","virtual-services","vmware","vmware-nsx"],"latest_commit_sha":null,"homepage":"https://www.rackspace.com/cloud/vmware","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/global-vmware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-06-19T18:47:13.000Z","updated_at":"2023-06-20T14:19:43.000Z","dependencies_parsed_at":"2023-12-07T22:38:42.218Z","dependency_job_id":null,"html_url":"https://github.com/global-vmware/vcd_nsxt_alb_virtual_service","commit_stats":null,"previous_names":["global-vmware/vcd_nsxt_alb_virtual_service"],"tags_count":2,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/global-vmware%2Fvcd_nsxt_alb_virtual_service","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/global-vmware%2Fvcd_nsxt_alb_virtual_service/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/global-vmware%2Fvcd_nsxt_alb_virtual_service/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/global-vmware%2Fvcd_nsxt_alb_virtual_service/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/global-vmware","download_url":"https://codeload.github.com/global-vmware/vcd_nsxt_alb_virtual_service/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245874805,"owners_count":20686837,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["infrastructure-as-code","load-balancing","terraform","terraform-module","virtual-services","vmware","vmware-nsx"],"created_at":"2025-03-27T15:48:02.210Z","updated_at":"2025-03-27T15:48:02.964Z","avatar_url":"https://github.com/global-vmware.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terraform VMware Cloud Director NSX-T ALB Virtual Service Module\n\nThis Terraform module will deploy an NSX-T ALB (Advanced Load Balancer) Virtual Service into an existing VMware Cloud Director (VCD) environment. This module can be used to provision new ALB Virtual Services into [Rackspace Technology SDDC Flex](https://www.rackspace.com/cloud/private/software-defined-data-center-flex) VCD Data Center Regions.\n\n## Requirements\n\n| Name      | Version |\n|-----------|---------|\n| terraform | ~\u003e 1.2  |\n| vcd       | ~\u003e 3.8  |\n\n## Resources\n\n| Name                                                                                                                                 | Type         |\n|--------------------------------------------------------------------------------------------------------------------------------------|--------------|\n| [vcd_vdc_group](https://registry.terraform.io/providers/vmware/vcd/latest/docs/data-sources/vdc_group)                               | Data Source  |\n| [vcd_nsxt_edgegateway](https://registry.terraform.io/providers/vmware/vcd/latest/docs/data-sources/nsxt_edgegateway)                 | Data Source  |\n| [vcd_nsxt_alb_edgegateway_service_engine_group](https://registry.terraform.io/providers/vmware/vcd/latest/docs/data-sources/nsxt_alb_edgegateway_service_engine_group) | Data Source  |\n| [vcd_nsxt_alb_pool](https://registry.terraform.io/providers/vmware/vcd/latest/docs/data-sources/nsxt_alb_pool)                       | Data Source  |\n| [vcd_library_certificate](https://registry.terraform.io/providers/vmware/vcd/latest/docs/data-sources/library_certificate)             | Data Source  |\n| [vcd_nsxt_alb_virtual_service](https://registry.terraform.io/providers/vmware/vcd/latest/docs/resources/nsxt_alb_virtual_service)     | Resource     |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|----------|\n| vdc_org_name | The name of the Data Center Group Organization in VCD | string | `\"Organization Name Format: \u003cAccount_Number\u003e-\u003cRegion\u003e-\u003cAccount_Name\u003e\"` | yes |\n| vdc_group_name | The name of the Data Center Group in VCD | string | `\"Data Center Group Name Format: \u003cAccount_Number\u003e-\u003cRegion\u003e-\u003cAccount_Name\u003e \u003cdatacenter group\u003e\"` | yes |\n| vdc_edge_name | Name of the Data Center Group Edge Gateway | string | `\"Edge Gateway Name Format: \u003cAccount_Number\u003e-\u003cRegion\u003e-\u003cEdge_GW_Identifier\u003e-\u003cedge\u003e\"` | Yes |\n| service_engine_group_name | The name of the NSX-T ALB Service Engine Group | string | `\"Service Engine Group Name Format: \u003cRegion\u003e-rsvc-lb-segroup\u003c01\u003e\"` | yes |\n| pool_name | The name of the NSX-T ALB Pool | string | - | yes |\n| virtual_service_name | The name of the NSX-T ALB Virtual Service | string | - | yes |\n| virtual_service_description | The description of the NSX-T ALB Virtual Service | string | \"\" | no |\n| application_profile_type | The type of application profile for the NSX-T ALB Virtual Service | string | - | yes |\n| is_transparent_mode_enabled | Whether the transparent mode is enabled for the NSX-T ALB Virtual Service | bool | false | no |\n| cert_alias | The alias of the certificate from the VCD library | string | \"\" | no |\n| ca_certificate_required | Defines if a CA certificate is required for the virtual service. Set to true for HTTPS and L4_TLS types, and to false for HTTP and L4 types. | bool | false | no |\n| service_ports | List of service ports configuration for the NSX-T ALB Virtual Service | list(object({ start_port = number, end_port = optional(number), type = string, ssl_enabled = optional(bool) })) | - | yes |\n| virtual_ip_address | IP Address for the service to listen on | string | - | yes |\n\n\n## Outputs\n\n| Name                                    | Description                                                    |\n|-----------------------------------------|----------------------------------------------------------------|\n| alb_virtual_service_id                  | ID of the created NSX-T ALB Virtual Service                    |\n| alb_virtual_service_vip                 | IP Address of the created NSX-T ALB Virtual Service             |\n| alb_pool_id                             | ID of the NSX-T ALB Pool                                        |\n| alb_pool_name                           | Name of the NSX-T ALB Pool                                      |\n| alb_application_profile_type            | Type of application profile for the NSX-T ALB Virtual Service   |\n| alb_virtual_service_service_ports       | List of service ports configuration for the NSX-T ALB Virtual Service |\n\n## Example Usage\n\n```terraform\nmodule \"nsxt_alb_virtual_service\" {\n  source                        = \"github.com/global-vmware/vcd_nsxt_alb_virtual_service.git?ref=v1.1.1\"\n\n  vdc_group_name                = \"\u003cUS1-VDC-GRP-NAME\u003e\"\n  vdc_org_name                  = \"\u003cUS1-VDC-ORG-NAME\u003e\"\n  vdc_edge_name                 = \"\u003cUS1-VDC-EDGE-NAME\u003e\"\n  service_engine_group_name     = \"\u003cUS1-VDC-SEGROUP-NAME\u003e\"\n  \n  virtual_service_name          = \"test-vip-01\"\n\n  pool_name                     = \"test-pool-01\"\n\n  application_profile_type      = \"HTTPS\"\n\n  ca_certificate_required       = true\n  cert_alias                    = \"US1-domain.com-SSL-Certificate\"\n\n  virtual_ip_address            = \"8.8.8.8\"\n\n  service_ports = [\n    {\n        start_port  = 443,\n        type        = \"TCP_PROXY\",\n        ssl_enabled = true,\n    },\n    {\n        start_port  = 8443,\n        type        = \"TCP_PROXY\",\n        ssl_enabled = true\n    }\n  ]\n}\n```\n\n## Authors\n\nThis module is maintained by the [Global VMware Cloud Automation Services Team](https://github.com/global-vmware).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglobal-vmware%2Fvcd_nsxt_alb_virtual_service","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fglobal-vmware%2Fvcd_nsxt_alb_virtual_service","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglobal-vmware%2Fvcd_nsxt_alb_virtual_service/lists"}