Skip to content

Commit 5ed8b49

Browse files
committed
restore files
1 parent 471e917 commit 5ed8b49

File tree

3 files changed

+28
-0
lines changed

3 files changed

+28
-0
lines changed

source/includes/steps-create-atlas-cluster-terraform.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,14 @@ title: "Run the ``terraform init`` command to install the required providers."
77
level: 4
88
ref: terraform-init
99
content: |
10+
1011
.. code-block:: sh
12+
1113
terraform init
14+
1215
The following output indicates that the MongoDB Atlas
1316
Terraform Provider is installed and ready for use:
17+
1418
.. literalinclude:: /includes/terraform-init-output.sh
1519
:linenos:
1620
:language: sh
@@ -19,30 +23,43 @@ title: "Run the ``terraform plan`` command to view what happens when you apply t
1923
level: 4
2024
ref: terraform-plan
2125
content: |
26+
2227
.. code-block:: sh
2328
2429
terraform plan
30+
2531
The following output shows what happens when you apply the Terraform configuration:
32+
2633
.. literalinclude:: /includes/terraform-plan-output.sh
2734
:linenos:
2835
:language: sh
36+
2937
Proceed to the next step if the information is correct.
38+
3039
---
3140
title: "Run the ``terraform apply`` command to create an |service| cluster from the Terraform configuration."
3241
level: 4
3342
ref: terraform-apply
3443
content: |
44+
3545
.. code-block:: sh
46+
3647
terraform apply
48+
3749
Type ``yes`` when prompted to confirm that you want to apply the
3850
configuration.
51+
3952
.. note::
53+
4054
The ``terraform apply`` command might take several minutes to
4155
complete.
56+
4257
The following output indicates that your |service| cluster is created.
4358
You can :ref:`create a connection <vsce-connect-task>` to this
4459
deployment using the |vsce| with the displayed connection strings:
60+
4561
.. literalinclude:: /includes/terraform-apply-output.sh
4662
:linenos:
4763
:language: sh
64+
4865
...

source/includes/steps-delete-atlas-cluster-terraform.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,25 @@ title: "Run the ``terraform destroy`` command to install the required providers.
77
level: 4
88
ref: terraform-destroy
99
content: |
10+
1011
.. code-block:: sh
12+
1113
terraform destroy
14+
1215
Type ``yes`` when prompted to confirm that you want to destroy the
1316
resources defined in the configuration.
17+
1418
.. note::
19+
1520
The ``terraform destroy`` command might take several minutes to
1621
complete.
22+
1723
The following output indicates that the |service| cluster and all
1824
associated resources are deleted:
25+
1926
.. code-block:: sh
2027
:copyable: false
28+
2129
Destroy complete! Resources: 4 destroyed.
30+
2231
...

source/includes/steps-remove-connection-command-palette.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ title: "From the Command Palette, select
99
level: 4
1010
ref: vsce-remove-remove
1111
content: |
12+
1213
.. include:: /includes/admonitions/tip-mongodb-command-palette.rst
14+
1315
If you have more than one connection, select the connection you want
1416
to remove from the Command Palette.
1517
---

0 commit comments

Comments
 (0)