{"id":17951582,"url":"https://github.com/tenthirtyam/terrafom-examples-vmware","last_synced_at":"2025-03-25T00:31:32.856Z","repository":{"id":40351892,"uuid":"418669814","full_name":"tenthirtyam/terrafom-examples-vmware","owner":"tenthirtyam","description":"Terraform Examples for VMware Solutions","archived":false,"fork":false,"pushed_at":"2024-12-31T19:19:55.000Z","size":116,"stargazers_count":43,"open_issues_count":3,"forks_count":17,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-03-19T05:33:32.218Z","etag":null,"topics":["hcl","terraform","vmware","vmware-cloud","vmware-nsx","vmware-vrealize-automation","vmware-vsphere"],"latest_commit_sha":null,"homepage":"","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tenthirtyam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-10-18T21:10:34.000Z","updated_at":"2024-12-16T11:43:23.000Z","dependencies_parsed_at":"2023-10-01T16:26:53.732Z","dependency_job_id":"9f7e7249-98cc-4ce0-9259-090a72f8f3e2","html_url":"https://github.com/tenthirtyam/terrafom-examples-vmware","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tenthirtyam%2Fterrafom-examples-vmware","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tenthirtyam%2Fterrafom-examples-vmware/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tenthirtyam%2Fterrafom-examples-vmware/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tenthirtyam%2Fterrafom-examples-vmware/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tenthirtyam","download_url":"https://codeload.github.com/tenthirtyam/terrafom-examples-vmware/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245377920,"owners_count":20605374,"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":["hcl","terraform","vmware","vmware-cloud","vmware-nsx","vmware-vrealize-automation","vmware-vsphere"],"created_at":"2024-10-29T09:48:04.006Z","updated_at":"2025-03-25T00:31:32.556Z","avatar_url":"https://github.com/tenthirtyam.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terraform Examples for VMware Solutions\n\n## Introduction\n\nThis repository provides infrastructure-as-code examples to automate the creation of resources on VMware products / solutions.\n\nExamples are provided for the following:\n\n**VMware Cloud Services**\n- Cloud Proxy for Skyline\n- Cloud Proxy for vRealize Operations Cloud\n- Cloud Proxy for vRealize Log Insight Cloud\n- Cloud Proxy for vRealize Network Insight Cloud\n- Cloud Proxy for vRealize Automation Cloud\n- Cloud Extensibility Proxy for vRealize Automation Cloud\n- Activate Tanzu services on VMware Cloud on AWS\n\n**VMware vSphere**\n- vSphere Content Library\n  - Publisher\n  - Subscriber\n  - Subscriber for Tanzu\n  - Items\n- vSphere DRS Anti-Affinty Rules\n- vSphere DRS VM-VM Rules\n- vSphere Folders\n- vSphere Folders and Resource Pools\n- vSphere HA VM-Host Groups\n- vSphere HA VM Overrides\n- vSphere Custom Roles for vRealize Suite\n- vSphere Custom Role for Packer\n- vSphere dvPortGroup for NFS Storage\n- vSphere NFS Datastore\n- vSphere Storage Policy for Tanzu\n- vSphere Virtual Machine (Various Examples)\n\n**VMware NSX-T Data Center**\n- NSX Segments for Existing Networks in vRealize Automation\n- NSX Segments for On-Demand Networks in vRealize Automation\n\n**VMware vRealize Automation**\n- Cloud Accounts\n  - vCenter Server\n  - NSX-T Data Center\n- Image Mappings\n- Flavor Mappings\n- Storage Profiles\n- Network Profiles\n  - Existing Networks\n  - On-Demand Networks\n- Fabric Networks\n  - Existing Networks\n  - On-Demand Networks\n- Cloud Template\n- Projects\n- Content Source\n- Content Item\n\n**VMware Cloud Director**\n- VCD Virtual Machine\n\n## Getting Started\n\nIf you'd like to automate the creation of the custom vSphere role, a Terraform example is included in the project.\n\n1. Clone the repository.\n\n```\ngit clone https://github.com/tenthirtyam/terraform-examples-vmware.git\n```\n\n2. Navigate to the directory for the example.\n\n```\ncd terraform-examples-vmware/vsphere/vsphere-roles-vrealize\n```\n\n3. Duplicate the `terraform.tfvars.example` file to `terraform.tfvars` in the directory.\n\n```\ncp terraform.tfvars.example terraform.tfvars\n```\n\n4. Open the `terraform.tfvars` file and update the variables according to your environment.\n\n5. Initialize the current directory and the required Terraform provider for VMware vSphere.\n\n```\nterraform init\n```\n\n6. Create a Terraform plan and save the output to a file.\n\n```\nterraform plan -out=tfplan\n```\n\n6. Apply the Terraform plan.\n\n```\nterraform apply tfplan\n```\n\n## Author\n\nThe following are active maintainers of this repository.\n\n* [Ryan Johnson](https://github.com/tenthirtyam), Staff Solutions Architect, VMware, Inc.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftenthirtyam%2Fterrafom-examples-vmware","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftenthirtyam%2Fterrafom-examples-vmware","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftenthirtyam%2Fterrafom-examples-vmware/lists"}