Skip to content

Commit 4194399

Browse files
authored
Update README.md
1 parent 03a7ccf commit 4194399

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

examples/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
MongoDB Atlas Provider Examples
1+
# MongoDB Atlas Provider Examples
22

33
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.
44

@@ -7,8 +7,13 @@ To run any example, clone the repository, edit any required variales and run ter
77
For example:
88

99
$ git clone https://github.com/mongodb/terraform-provider-mongodbatlas
10+
1011
$ cd terraform-provider-mongodbatlas/examples/example1
12+
1113
Edit variables as needed
14+
1215
$ terraform plan
16+
1317
$ terraform apply
18+
1419
...

0 commit comments

Comments
 (0)