From 03a7ccffb38f7794985b107db0433372a2a49761 Mon Sep 17 00:00:00 2001 From: Melissa Plunkett Date: Wed, 30 Sep 2020 18:28:53 -0500 Subject: [PATCH] Create README and examples directory (#324) Start adding more examples to repo --- examples/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 examples/README.md diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 0000000000..f393834c4b --- /dev/null +++ b/examples/README.md @@ -0,0 +1,14 @@ +MongoDB Atlas Provider Examples + +This directory contains various examples of using the MongoDB Atlas Provider. Each example has a README containing more details on what the example does and any details required to configure it. + +To run any example, clone the repository, edit any required variales and run terraform plan/apply within the example's own directory. + +For example: + +$ git clone https://github.com/mongodb/terraform-provider-mongodbatlas +$ cd terraform-provider-mongodbatlas/examples/example1 +Edit variables as needed +$ terraform plan +$ terraform apply +...