This repo consists all the code ever used for examples on my Youtube Channel.
Please Visit, Like(If you really Like 😃🤓) & Subscribe for more content.
I intend to build Full Stack Apps and explain the philosohy around it using ground up tutorials on every topic & provide opportunities for Micro Learning along the way.
https://www.youtube.com/@srinivaspradhan
This folder has working examples of terraform functions. These is an example for each function ever addressed on my channel there in its specific folder.
cd shorts/[func_type]/[relevant_folder_of_choice]
terraform apply --auto-approve
srinivas@Srinivass-BigMac Tutorials % cd shorts/max
srinivas@Srinivass-BigMac max % terraform apply --auto-approve
Changes to Outputs:
+ max_val = 12
You can apply this plan to save these new output values to the Terraform state, without changing any real infrastructure.
Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
Outputs:
max_val = 12