Skip to content

nvibert/terraform

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
January 17, 2020 13:49
July 16, 2019 15:47
July 16, 2019 15:47

Nico's Terraform Scripts

These scripts are for Terraform for vSphere.

You will need to download provider.tf, vars.tf and terraform.tfvars file.

I have uploaded a working template for Windows and for Linux.

If you're new to Terraform:

On Mac, the easiest thing would be to:

  • Install brew : https://brew.sh/
  • Install Terraform using brew : brew install terraform

On Windows or other platforms, you can always download it from Hashicorp: https://www.terraform.io/downloads.html

  • Download the files from the repo
  • Update the files with the right variables (cluster, resource pool, template, network, passwords, etc... )
  • Run the following commands (make sure Terraform is in the PATH or if not, that the files are in the same place as your Terraform exe if you're using Windows):
    • terraform init
    • terraform plan
    • terraform apply
    • [terraform destroy]

About

My Terraform projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages