When I started to use Terraform I quickly adapted on concept of using modules with it. Why?
Because in my opinion the more you can automate and standardize the easier overall management of your solution becomes.
So what are modules and why should I use them? I made a short video presentation on creating infrastructure using Terraform modules. If you have time to check it it’s right here!
Leave me some feedback if you liked the video and if you would like to see similar videos on Terraform or OCI in the future.
As promised some links which I mention in my presentation:
Oracle Cloud Infrastructure documentation:
https://docs.us-phoenix-1.oraclecloud.com/Content/home.htm
Oracle Cloud Infrastructure fundamentals playlist(this is really good!):
Terraform and downloads:
Terraform OCI provider:
https://github.com/oracle/terraform-provider-oci/releases
Terraform OCI documentation (again really useful!):
https://github.com/oracle/terraform-provider-oci/tree/master/docs
Accenture OCI performance study:
Hi Simo,
thanks for great video.
Could you please share the demo files ?
Could we get the demo files?
Hi Grant,
many of the modules can be found from here:
https://github.com/svilmune/tf-012-create-three-instances-demo
Also if you follow the same logic for some modules which you need just check the code from OCI Terrafrom provider documentation so it will be really easy to create the missing ones! https://www.terraform.io/docs/providers/oci/index.html
-Simo