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
Thank you. Doing terraform for 4 years, this quite useful.
As of today, the up arrow works!
That's a cool trick using the terraform console to try out the functions! awesome! Thanks Ned!
Glad you liked it!
Thanks Ned, I never knew that terraform had a console like this to test functions locally.
Thank you Ned! This is gold!!
Certainly quite a helpful video...... Thanks Ned, much appreciated.
Glad it was helpful!
Very nice explanation
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!
I feel sad that I just discovered you.
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!
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.