Reorganize Terraform files

Rename "tf-general" directory to "openstack" since it only discusses OpenStack. Update README.md.

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
This commit is contained in:
Scott Lowe 2018-10-10 01:44:45 -06:00
parent d8f0d5f8b1
commit 840cdfb0a4
No known key found for this signature in database
GPG key ID: 949F43F6E6C11780
10 changed files with 4 additions and 2 deletions

View file

@ -4,6 +4,8 @@ This folder contains materials for working with Terraform.
## Contents
**tf-general:** This directory provides an example Terraform configuration (in both Terraform format as well as JSON format) designed to work with OpenStack.
**aws**: This directory contains a number of different examples of using Terraform with AWS. Refer to the `README.md` in this folder for more details.
**oci:** This directory contains a sample Terraform configuration that illustrates how to work with Oracle Cloud Infrastructure (OCI) using the Terraform OCI provider.
**openstack:** This directory provides an example Terraform configuration (in both Terraform format as well as JSON format) designed to work with OpenStack.