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:
This will probably not be useful post for many but if you ever run into…
Continuing testing Oracle Database@Google features, this time I wanted to test provisioning using gcloud CLI…
Short answer: Yes! When you deploy your Autonomous Database with a private endpoint, you will…
If you've worked with Autonomous Database previously, you know that every now and then you…
View Comments
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