@@ -27,10 +27,10 @@ The repository contains the application code as well as the [Terraform][tf] code
2727
2828The 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.
31312 . [ 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
34344 . 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
6178The following diagram shows the topology created by this stack.
0 commit comments