Skip to content

Commit eec8bb1

Browse files
authored
Merge pull request #88 from mvandervliet/rev/1.1.0
updated for 1.1.0 stack
2 parents 5cfbc85 + e48dc19 commit eec8bb1

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

README.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ The repository contains the application code as well as the [Terraform][tf] code
2727

2828
The steps below guide you through deploying the application on your tenancy using the OCI Resource Manager.
2929

30-
1. Download the latest [`mushop-basic-stack-v1.0.3.zip`](../../releases/download/v1.0.3/mushop-basic-stack-v1.0.3.zip) file.
30+
1. Download the latest [`mushop-basic-stack-v1.1.0.zip`](../../releases/download/v1.1.0/mushop-basic-stack-v1.1.0.zip) file.
3131
2. [Login](https://console.us-ashburn-1.oraclecloud.com/resourcemanager/stacks/create) to Oracle Cloud Infrastructure to import the stack
3232
> `Home > Solutions & Platform > Resource Manager > Stacks > Create Stack`
33-
3. Upload the `mushop-basic-stack-v1.0.3.zip` file that was downloaded earlier, and provide a name and description for the stack
33+
3. Upload the `mushop-basic-stack-v1.1.0.zip` file that was downloaded earlier, and provide a name and description for the stack
3434
4. Configure the stack
3535
1. **Database Name** - You can choose to provide a database name (optional)
3636
2. **Node Count** - Select if you want to deploy one or two application instances.
@@ -56,6 +56,23 @@ lb_public_url = http://xxx.xxx.xxx.xxx
5656

5757
> The application is being deployed to the compute instances asynchronously, and it may take a couple of minutes for the URL to serve the application.
5858
59+
### Cleanup
60+
61+
Even though it is Always Free, you will likely want to terminate the demo application
62+
in your Oracle Cloud Infrastructure tenancy. With the use of Terraform, the [Resource Manager][orm]
63+
stack is also responsible for terminating the application.
64+
65+
Follow these steps to completely remove all provisioned resources:
66+
67+
1. Return to the Oracle Cloud Infrastructure [Console](https://console.us-ashburn-1.oraclecloud.com/resourcemanager/stacks)
68+
> `Home > Solutions & Platform > Resource Manager > Stacks`
69+
1. Select the stack created previously to open the Stack Details view
70+
1. From the Stack Details, select `Terraform Actions > Destroy`
71+
1. Confirm the **Destroy** job when prompted
72+
> The job status will be **In Progress** while resources are terminated
73+
1. Once the destroy job has succeeded, return to the Stack Details page
74+
1. Click `Delete Stack` and confirm when prompted
75+
5976
#### Topology
6077

6178
The following diagram shows the topology created by this stack.

0 commit comments

Comments
 (0)