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...
Thank you. Doing terraform for 4 years, this quite useful.
That's a cool trick using the terraform console to try out the functions! awesome! Thanks Ned!
Glad you liked it!
As of today, the up arrow works!
Thanks Ned, I never knew that terraform had a console like this to test functions locally.
Certainly quite a helpful video...... Thanks Ned, much appreciated.
Glad it was helpful!
How is this possible that you have only 620 subs ? ????????? Keep up the great work
Thanks Karol! Is there anything you want to know about Terraform? I'm always looking for new topics!
Thank you Ned! This is gold!!
Very nice explanation
Awesome 👏 very helpful keep making more videos!!
Good work man! can you please upload more videos for more complex functions?
Any functions in particular? There's a lot!
I feel sad that I just discovered you.
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
You could export the excel list to JSON and use the json functions in Terraform to work with the data.