Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
tf destroy and create service
Browse files Browse the repository at this point in the history
  • Loading branch information
wojcik-dorota committed Nov 2, 2023
1 parent 5d862bb commit 7b17c31
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion docs/platform/howto/byoc/create-custom-cloud.rst
Original file line number Diff line number Diff line change
Expand Up @@ -550,10 +550,24 @@ You can check the status of your custom cloud by taking the following steps:
4. From the left sidebar, select **Bring you own cloud**.
5. In the **Bring you own cloud** view, identify your new cloud on the list of available clouds and check its status in the **Status** column.

.. topic:: Result

If your custom cloud's status is **Active**, its deployment has been completed. Your custom cloud is ready to use and you can see it on the list of your custom clouds in the **Bring you own cloud** view. Now you can create services using your new custom cloud.

Next steps
----------

Destroy the Terraform resources
'''''''''''''''''''''''''''''''

As soon as you new custom cloud gets the **Active** status, remove the Teffaform resources your created in your AWS account while creating the cloud.
As soon as you new custom cloud gets the **Active** status, remove the Teffaform resources your created in your AWS account while creating the cloud. See the guidelines on how to use the ``destroy`` command in `Command: destroy <https://developer.hashicorp.com/terraform/cli/commands/destroy>`_.

Check failure on line 563 in docs/platform/howto/byoc/create-custom-cloud.rst

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/platform/howto/byoc/create-custom-cloud.rst#L563

[Aiven.aiven_spelling] 'Teffaform' does not seem to be a recognised word
Raw output
{"message": "[Aiven.aiven_spelling] 'Teffaform' does not seem to be a recognised word", "location": {"path": "docs/platform/howto/byoc/create-custom-cloud.rst", "range": {"start": {"line": 563, "column": 72}}}, "severity": "ERROR"}

Create a service using the new cloud
''''''''''''''''''''''''''''''''''''

To create a service in `Aiven Console <https://console.aiven.io/>`_ using your new custom cloud, follow the guidelines in :doc:`Create a new service </docs/platform/howto/create_new_service>`.

When you get to the **Select service region** step while setting up your service in `Aiven Console <https://console.aiven.io/>`_, you'll be able to select **Custom clouds** from among available regions.

Related reading
---------------
Expand Down

0 comments on commit 7b17c31

Please sign in to comment.