Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added section to retire the Terraform services #1822

Merged
merged 5 commits into from
Dec 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions managing_providers/_topics/automation_management_providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -538,3 +538,31 @@ Use the following steps to run the Terraform Template.
{{ site.data.product.title_short }} takes you to the *Requests queue* page and displays the status of the job.

The service item details can be viewed when you navigate to **Services** > **My Services in {{ site.data.product.title_short }}**.

#### Retire the Terraform services

When Terraform provisioned service resources are no longer required, the resources can be retired. The retirement action initiates the Terraform backend to run the `destroy` command. This action destroys all the remote resources that are managed by the Terraform configuration.

Use the following steps to retire the service instance immediately:

1. In the navigation bar, click **Services**.
2. Click **My Services**.
3. Select the service instance that you want to retire.
4. Click **Lifecycle** > **Retire the Service**.

Use the following steps to set a retirement day and time for a service instance:

1. In the navigation bar, click **Services**.
2. Click **My Services**.
3. Click **Lifecycle** > **Set Retirement Dates for this Service**.
4. In **Enter Retirement Date as** field, select **Specific Date and Time** or **Time Delay from Now** to schedule the retirement.

- To choose a **Specific Date and Time** for Retirement, click the **Retirement Date** to open the calendar:
1. Select a **Retirement Date** by using the calendar control.
2. Select a **Retirement Time** (in UTC) by using the arrows.

- To retire by using a relative time, select **Time Delay from Now**:
1. From **Time Delay**, specify a retirement time in the form of the number of months, weeks, days, or hours in the using the arrows.

5. Select a **Retirement Warning** if needed.
6. Click **Save**.
Loading