Playing with Terraform Functions

Поділитися
Вставка
  • Опубліковано 7 лис 2024
  • Terraform comes with a ton of functions, and often you might be unsure of how they work. Luckily, you can use a combination of terraform console and local values to test out every function they have.
    Terraform Tuesdays repo: github.com/ned...
    Terraform certification guide: leanpub.com/te...
    -----------------------------------------------------------------------------------------------------
    Patreon: / nedinthecloud
    Website: nedinthecloud.com
    Pluralsight: app.pluralsigh...
    GitHub: github.com/ned...

КОМЕНТАРІ • 17

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

    Thank you. Doing terraform for 4 years, this quite useful.

  • @iamdedlok
    @iamdedlok 3 роки тому +1

    That's a cool trick using the terraform console to try out the functions! awesome! Thanks Ned!

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

    As of today, the up arrow works!

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

    Thanks Ned, I never knew that terraform had a console like this to test functions locally.

  • @hamidapremani6151
    @hamidapremani6151 3 роки тому +1

    Certainly quite a helpful video...... Thanks Ned, much appreciated.

  • @karolbiernacki3390
    @karolbiernacki3390 4 роки тому +1

    How is this possible that you have only 620 subs ? ????????? Keep up the great work

    • @NedintheCloud
      @NedintheCloud  4 роки тому

      Thanks Karol! Is there anything you want to know about Terraform? I'm always looking for new topics!

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

    Thank you Ned! This is gold!!

  • @thrinadhbheri5454
    @thrinadhbheri5454 3 роки тому +1

    Very nice explanation

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

    Awesome 👏 very helpful keep making more videos!!

  • @adityapathak1634
    @adityapathak1634 3 роки тому

    Good work man! can you please upload more videos for more complex functions?

    • @NedintheCloud
      @NedintheCloud  3 роки тому

      Any functions in particular? There's a lot!

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

    I feel sad that I just discovered you.

  • @ayencoscolfield3312
    @ayencoscolfield3312 3 роки тому

    pls if i have like 100 username to create as users on a cloud platform , lets assume i have that list on excel sheet is there a way i can make terraform to read that excel sheet , so i can create the users through terraform. is there a buit in function to do this in terraform or is there a way to go about this. thanks waiting for ur response

    • @NedintheCloud
      @NedintheCloud  3 роки тому

      You could export the excel list to JSON and use the json functions in Terraform to work with the data.