CODE 2755: Live Coding: Terraforming Your vSphere Environment

Поділитися
Вставка
  • Опубліковано 1 лис 2024

КОМЕНТАРІ • 19

  • @windyruss
    @windyruss 10 місяців тому +1

    I watch a lot of tech videos from big vendors that either don't actually go deep (they'e basically sales stuff), or go deep but miss key info or steps which force you to pause and go and look up whatever term/process they refer to but don't explain. This video doesn't do that. Kyle takes time to explain the basics first and I really appreciate it.

  • @lichardbaliuag4122
    @lichardbaliuag4122 2 роки тому +2

    This is exactly what I was looking for, you're brilliant!

  • @kaustuvchatterjee4117
    @kaustuvchatterjee4117 2 роки тому +7

    what is your github repo link?

  • @jimiboi7692
    @jimiboi7692 Рік тому +1

    Great video, I'm interested in what use cases people have found for vSphere. Given so many things in vSphere have templates (host profiles, LCM, content libraries) I've struggled to find too many use cases for terraform in vSphere. At least on my companies platform. I could see it if you had hybrid cloud and wanted to deploy workloads or spin up certain instances in public cloud or private cloud.

  • @brettmulligan
    @brettmulligan 2 роки тому +1

    Just what I was looking for. Thank you!

  • @carlomagno55
    @carlomagno55 Рік тому

    Muchas gracias por la excelente clase, saludos desde Costa Rica.

  • @jacksonduarte1763
    @jacksonduarte1763 Рік тому +1

    Nice tutorial. You explained it really well.

  • @rounakadhikary2768
    @rounakadhikary2768 9 місяців тому

    One small correction. In the folder example, the parent and child will not be created/destroyed in the specific order that one might expect. That is because the path of the parent is "known" when we are applying. If you look at the plan generated, the child's path was also "known" to be "VMworld/web".
    Terraform does not know that the child depends on the folder. Its only a stroke of luck that things happened in the correct order.

  • @maoryatskan6346
    @maoryatskan6346 2 роки тому +1

    Awsone tutorial, I'm familiar with Terraform and vSphere, TBH I don't find this combination usefull in real life. But maybe in some cases it makes sense to use Terrfaorm to manage vSphere. Please keep creating great content.

  • @techsudo5170
    @techsudo5170 2 роки тому

    Thank you for sharing this, you are Awesome!

  • @akshaykumar751
    @akshaykumar751 2 роки тому +1

    Can we modify an existing resource using terraform? Eg- adding a new disk to an existing VM

  • @tonyhall699
    @tonyhall699 2 місяці тому

    Using "terraform apply -var 'parent_folder=Test'" generated "Error: error creating target folder: ServerFaultCode: The name 'VMWorld' already exists." for me.

  • @dalibelaiba6374
    @dalibelaiba6374 2 роки тому +1

    hello thank you for the video its very informative.
    i have a question,must be silly but I'm very new to all of this so I want to know the main tf folder where did you get it?

    • @sowmyabhat1297
      @sowmyabhat1297 2 роки тому

      Even I wanted the link to main.tf file

  • @kamalakannandileep6644
    @kamalakannandileep6644 4 місяці тому

    How to install vsphere provider in Linux machine

  • @jmbaronster
    @jmbaronster 9 місяців тому

    Holy crap did I get lost at 18:00. :(

  • @kenmurphy4259
    @kenmurphy4259 Рік тому

    Nice