Giter Club home page Giter Club logo

terraform-vmware's Introduction

Terraform Examples for VMware Solutions

Introduction

This repository provides infrastructure-as-code examples to automate the creation of resources on VMware products / solutions.

Examples are provided for the following:

VMware Cloud Services

  • Cloud Proxy for Skyline
  • Cloud Proxy for vRealize Operations Cloud
  • Cloud Proxy for vRealize Log Insight Cloud
  • Cloud Proxy for vRealize Network Insight Cloud
  • Cloud Proxy for vRealize Automation Cloud
  • Cloud Extensibility Proxy for vRealize Automation Cloud
  • Activate Tanzu services on VMware Cloud on AWS

VMware vSphere

  • vSphere Content Library
    • Publisher
    • Subscriber
    • Subscriber for Tanzu
    • Items
  • vSphere DRS Anti-Affinty Rules
  • vSphere DRS VM-VM Rules
  • vSphere Folders
  • vSphere Folders and Resource Pools
  • vSphere HA VM-Host Groups
  • vSphere HA VM Overrides
  • vSphere Custom Roles for vRealize Suite
  • vSphere Custom Role for Packer
  • vSphere dvPortGroup for NFS Storage
  • vSphere NFS Datastore
  • vSphere Storage Policy for Tanzu
  • vSphere Virtual Machine (Various Examples)

VMware NSX-T Data Center

  • NSX Segments for Existing Networks in vRealize Automation
  • NSX Segments for On-Demand Networks in vRealize Automation

VMware vRealize Automation

  • Cloud Accounts
    • vCenter Server
    • NSX-T Data Center
  • Image Mappings
  • Flavor Mappings
  • Storage Profiles
  • Network Profiles
    • Existing Networks
    • On-Demand Networks
  • Fabric Networks
    • Existing Networks
    • On-Demand Networks
  • Cloud Template
  • Projects
  • Content Source
  • Content Item

VMware Cloud Director

  • VCD Virtual Machine

Getting Started

If you'd like to automate the creation of the custom vSphere role, a Terraform example is included in the project.

  1. Clone the repository.
git clone https://github.com/tenthirtyam/terraform-examples-vmware.git
  1. Navigate to the directory for the example.
cd terraform-examples-vmware/vsphere/vsphere-roles-vrealize
  1. Duplicate the terraform.tfvars.example file to terraform.tfvars in the directory.
cp terraform.tfvars.example terraform.tfvars
  1. Open the terraform.tfvars file and update the variables according to your environment.

  2. Initialize the current directory and the required Terraform provider for VMware vSphere.

terraform init
  1. Create a Terraform plan and save the output to a file.
terraform plan -out=tfplan
  1. Apply the Terraform plan.
terraform apply tfplan

Author

The following are active maintainers of this repository.

terraform-vmware's People

Contributors

tenthirtyam avatar renovate[bot] avatar shaneholloman avatar didainius avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.