{"id":15221650,"url":"https://github.com/googlecloudplatform/gcve-iac-foundations","last_synced_at":"2025-04-07T05:09:28.543Z","repository":{"id":60931836,"uuid":"542809556","full_name":"GoogleCloudPlatform/gcve-iac-foundations","owner":"GoogleCloudPlatform","description":"This repository contains Terraform code to deploy a sample Terraform foundation for Google Cloud VMware Engine. In this repository you can find Terraform modules, deployment examples as well as a set of deployment stages to set up you foundational infrastructure.","archived":false,"fork":false,"pushed_at":"2025-03-24T13:18:53.000Z","size":586,"stargazers_count":50,"open_issues_count":9,"forks_count":34,"subscribers_count":19,"default_branch":"main","last_synced_at":"2025-03-30T15:42:49.020Z","etag":null,"topics":["gcve","google-cloud","google-cloud-platform","nsx-t","terraform","vcenter","vmware"],"latest_commit_sha":null,"homepage":"https://cloud.google.com/vmware-engine","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GoogleCloudPlatform.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"docs/code-of-conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-28T22:02:08.000Z","updated_at":"2025-03-24T13:18:58.000Z","dependencies_parsed_at":"2024-12-18T05:16:06.420Z","dependency_job_id":null,"html_url":"https://github.com/GoogleCloudPlatform/gcve-iac-foundations","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GoogleCloudPlatform%2Fgcve-iac-foundations","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GoogleCloudPlatform%2Fgcve-iac-foundations/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GoogleCloudPlatform%2Fgcve-iac-foundations/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GoogleCloudPlatform%2Fgcve-iac-foundations/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GoogleCloudPlatform","download_url":"https://codeload.github.com/GoogleCloudPlatform/gcve-iac-foundations/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247595334,"owners_count":20963943,"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":["gcve","google-cloud","google-cloud-platform","nsx-t","terraform","vcenter","vmware"],"created_at":"2024-09-28T15:06:36.376Z","updated_at":"2025-04-07T05:09:28.507Z","avatar_url":"https://github.com/GoogleCloudPlatform.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Google Cloud VMware Engine IaC Foundations\n\nThis repository contains Terraform code to deploy a sample Terraform foundation for Google Cloud VMware Engine. In this repository you can find Terraform modules, deployment examples as well as a set of deployment stages to set up you foundational infrastructure.\n\nThis repository currently supports the creation of private clouds, their integration with Cloud Logging (vCenter, NSX-T Syslog) and Monitoring, NSX-T configuration (segments, firewalls, load balancers) and vCenter configuration (folders, permissions, resource pools). \n\n## Disclaimer\n\nThis is not an officially supported Google product. This code is intended to help users setting up their foundational Infrastructure-as-code deployment for Google Cloud VMware Engine. This code is not certified by VMware.\n\n## Structure\n\nThe repository has the following structure\n```\n├── examples\n│   ├── nsxt-gateway-firewall\n│   ├── nsxt-load-balancer-pool\n│   ├── nsxt-load-balancer-service\n│   ├── ...\n├── modules\n│   ├── nsxt-gateway-firewall\n│   ├── nsxt-load-balancer-pool\n│   ├── nsxt-load-balancer-service\n│   ├── ...\n└── stages\n    ├── 01-privatecloud\n    ├── 02a-nsxt\n    ├── 02b-vcenter\n    ├── 03-vms\n    └── 04-load-balancing\n```\n\n * `examples` contains modular example deployments for each individual module that this repository provides.\n * `modules` contains all modules that are used in the deployment stages.\n * `stages` contains sample deployments for different stages of the foundational deployment which should be executed in the order they are listed.\n\n## Deployment Stages\n\nFor an end-to-end deployment of the GCVE IaC Foundation deploy all stages in this repository in the given order. Should you only be interested in a particular use case (e.g. NSX-T management) you can deploy this stage in isolation as long the necessary prerequisites exist (e.g. Private Cloud has been deployed).\n\nThe stages are separated by the management component they interact with (Google Cloud, NSX-T, vCenter) as well as the Terraform provider that they are using. The stages are also suggested as an ordered sequence of deployment tasks (e.g. deploy vCenter folder hierarchy as a prerequisite for application VM deployments).\n\n### 01-privatecloud\nThis stage contains the Terraform content to deploy a private cloud and configure the integration with Cloud Monitoring.\n\n### 02a-nsxt\nThis stage contains the Terraform content for a foundational NSX-T setup (segments, firewalls). This stage can be deployed in parallel with stage `02b-vcenter`.\n\n### 02b-vcenter\nThis stage contains the Terraform content for a foundational vCenter setup (folders, resource pools, roles). This stage can be deployed in parallel with stage `02a-nsxt`.\n\n### 03-vms\nThis stage contains the Terraform content for deploying VMs into vCenter.\n\n### 04-network-integrations\nThis stage contains the Terraform content to deploy load balancers for the previously created VMs.\n\n\n## Modules\n\nThe stages and examples in this repository use modules in the `modules` directory. You can reuse the modules individually:\n\n * [GCVE Monitoring](./modules/gcve-monitoring)\n * [GCVE Private Cloud](./modules/gcve-private-cloud)\n * [GCVE Service Networking](./modules/gcve-service-networking)\n * [NSX-T Distributed Firewall Manager](./modules/nsxt-distributed-firewall-manager)\n * [NSX-T Distributed Firewall Policy](./modules/nsxt-distributed-firewall-policy)\n * [NSX-T Gateway Firewall](./modules/nsxt-gateway-firewall)\n * [NSX-T Load Balancer Pools](./modules/nsxt-load-balancer-pool)\n * [NSX-T Load Balancer Service](./modules/nsxt-load-balancer-service)\n * [NSX-T Load Balancer Virtual Server](./modules/nsxt-load-balancer-virtual-server)\n * [NSX-T Policy Group](./modules/nsxt-policy-group)\n * [NSX-T Segment](./modules/nsxt-segment)\n * [NSX-T Tier1 Gateway](./modules/nsxt-tier1-gateway)\n * [vCenter Folder](./modules/vcenter-folder)\n * [vCenter Resource Pool](./modules/vcenter-resource-pool)\n * [vCenter Role](./modules/vcenter-role)\n * [vCenter Tag Factory](./modules/vcenter-tag-factory)\n * [vCenter VM](./modules/vcenter-vm)\n\n## Examples\n\nThe example directory contains sample code to deploy individual modules. For each example there is a directory where the variables are passed as `tfvars` file and as a `yaml` file. The following examples are available in the `examples` directory:\n\n * [GCVE Monitoring](./examples/gcve-monitoring)\n * [GCVE Private Cloud](./examples/gcve-private-cloud)\n * [GCVE Service Networking](./examples/gcve-service-networking)\n * [NSX-T Distributed Firewall Manager](./examples/nsxt-distributed-firewall-manager)\n * [NSX-T Distributed Firewall Policy](./examples/nsxt-distributed-firewall-policy)\n * [NSX-T Gateway Firewall](./examples/nsxt-gateway-firewall)\n * [NSX-T Load Balancer Pools](./examples/nsxt-load-balancer-pool)\n * [NSX-T Load Balancer Service](./examples/nsxt-load-balancer-service)\n * [NSX-T Load Balancer Virtual Server](./examples/nsxt-load-balancer-virtual-server)\n * [NSX-T Policy Group](./examples/nsxt-policy-group)\n * [NSX-T Segment](./examples/nsxt-segment)\n * [NSX-T Tier1 Gateway](./examples/nsxt-tier1-gateway)\n * [vCenter Folder](./examples/vcenter-folder)\n * [vCenter Resource Pool](./examples/vcenter-resource-pool)\n * [vCenter Role](./examples/vcenter-role)\n * [vCenter Tag Factory](./examples/vcenter-tag-factory)\n * [vCenter VM](./examples/vcenter-vm)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgooglecloudplatform%2Fgcve-iac-foundations","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgooglecloudplatform%2Fgcve-iac-foundations","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgooglecloudplatform%2Fgcve-iac-foundations/lists"}