diff --git a/terraform/README.md b/terraform/README.md index 34c9a5a..6c3990a 100644 --- a/terraform/README.md +++ b/terraform/README.md @@ -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. diff --git a/terraform/tf-general/README.md b/terraform/openstack/README.md similarity index 100% rename from terraform/tf-general/README.md rename to terraform/openstack/README.md diff --git a/terraform/tf-general/tf-example/main.tf b/terraform/openstack/tf-example/main.tf similarity index 100% rename from terraform/tf-general/tf-example/main.tf rename to terraform/openstack/tf-example/main.tf diff --git a/terraform/tf-general/tf-example/output.tf b/terraform/openstack/tf-example/output.tf similarity index 100% rename from terraform/tf-general/tf-example/output.tf rename to terraform/openstack/tf-example/output.tf diff --git a/terraform/tf-general/tf-example/provider.tf b/terraform/openstack/tf-example/provider.tf similarity index 100% rename from terraform/tf-general/tf-example/provider.tf rename to terraform/openstack/tf-example/provider.tf diff --git a/terraform/tf-general/tf-example/vars.tf b/terraform/openstack/tf-example/vars.tf similarity index 100% rename from terraform/tf-general/tf-example/vars.tf rename to terraform/openstack/tf-example/vars.tf diff --git a/terraform/tf-general/tf-json-example/main.tf.json b/terraform/openstack/tf-json-example/main.tf.json similarity index 100% rename from terraform/tf-general/tf-json-example/main.tf.json rename to terraform/openstack/tf-json-example/main.tf.json diff --git a/terraform/tf-general/tf-json-example/output.tf.json b/terraform/openstack/tf-json-example/output.tf.json similarity index 100% rename from terraform/tf-general/tf-json-example/output.tf.json rename to terraform/openstack/tf-json-example/output.tf.json diff --git a/terraform/tf-general/tf-json-example/provider.tf.json b/terraform/openstack/tf-json-example/provider.tf.json similarity index 100% rename from terraform/tf-general/tf-json-example/provider.tf.json rename to terraform/openstack/tf-json-example/provider.tf.json diff --git a/terraform/tf-general/tf-json-example/vars.tf.json b/terraform/openstack/tf-json-example/vars.tf.json similarity index 100% rename from terraform/tf-general/tf-json-example/vars.tf.json rename to terraform/openstack/tf-json-example/vars.tf.json