Playing with Terraform Functions

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 พ.ย. 2024

ความคิดเห็น • 17

  • @HavingFunWithAvyan
    @HavingFunWithAvyan ปีที่แล้ว +1

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

  • @zestful14
    @zestful14 ปีที่แล้ว +1

    As of today, the up arrow works!

  • @iamdedlok
    @iamdedlok 3 ปีที่แล้ว +1

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

  • @neojakaal
    @neojakaal 2 ปีที่แล้ว

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

  • @Mrnw10
    @Mrnw10 2 ปีที่แล้ว +1

    Thank you Ned! This is gold!!

  • @hamidapremani6151
    @hamidapremani6151 3 ปีที่แล้ว +1

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

  • @thrinadhbheri5454
    @thrinadhbheri5454 3 ปีที่แล้ว +1

    Very nice explanation

  • @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!

  • @isaacambi1914
    @isaacambi1914 ปีที่แล้ว +1

    I feel sad that I just discovered you.

  • @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!

  • @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.