From 0b9e6f182e56f8d341a340b8ad3e2107251ce501 Mon Sep 17 00:00:00 2001 From: BrokeDBA Date: Mon, 13 Nov 2023 14:07:58 -0500 Subject: [PATCH] Update README.md --- README.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f9653c1..371bfd0 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,19 @@ # terraform-examples -This repository is aimed to gather labs from different terraform providers to start learning . the exercise series will include but are not limited to resource deployments for providers like oci/azure/AWS/GCP and On-prem libvirt (for KVM). +This repository is aimed to gather labs from different terraform providers to start learning . The terraform for dummies series will include but are not limited to resource deployments for providers like: +- [Azure](https://github.com/brokedba/terraform-examples/tree/master/terraform-provider-azure) +- [AWS](https://github.com/brokedba/terraform-examples/tree/master/terraform-provider-aws) +- [OCI](https://github.com/brokedba/terraform-examples/tree/master/terraform-provider-oci) +- [GCP](https://github.com/brokedba/terraform-examples/tree/master/terraform-provider-gcp) +- [Libvirt (for KVM On-prem )](https://github.com/brokedba/terraform-examples/tree/master/terraform-provider-libvirt) +- [AliBabaCloud](https://github.com/brokedba/terraform-examples/tree/master/terraform-provider-alicloud) -please visit my recap blog post for more information +Please visit my recap blog post for more information ![image](https://user-images.githubusercontent.com/29458929/212416485-3e01664e-b8d7-42e0-923c-8bb48575e83d.png) http://www.brokedba.com/2021/12/my-terraform-labs-2021-cloud-recap.html - -# Next Cloud stack -- ALIBABA CLOUD (2023) +# Variables +Some variables used to deploy the steps have default values, check those before deployment to ensure they match your requirements. For more information, there are tables of inputs and outputs for the Terraform configs, each with a detailed description of their variables. Look for variables marked as not required in the section Inputs of these READMEs: +# Recently added Cloud stack +- ALIBABA CLOUD # 🎦 Repository Visualization ![Visualization of the codebase](./diagram.svg)