Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
brokedba authored Nov 13, 2023
1 parent 35b0972 commit 0b9e6f1
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 0b9e6f1

Please sign in to comment.