Use a quick-create link to get a Resource Manager stack up and running quickly from the Oracle Cloud
Console.
You can specify the configuration location and variable overrides in URL query parameters to prepopulate a single Create Stack page. A quick-create link simplifies the process of creating stacks. The link reduces the number of workflow pages and requires less user input. These links optimize configuration reuse because you can create multiple URLs that specify different values for the same Terraform configuration.
Supported Parameters
Resource Manager supports the following URL query parameters in quick-create links for stacks.
Parameter
Comments
zipUrl
Required. Specifies the URL of the .zip file to a Terraform configuration that is stored in a supported provider.
Example URL: https://objectstorage.region.oraclecloud.com/p/encrypted-string/n/object-storage-namespace/b/bucket/o/filename
zipUrlVariables
Optional. Specifies values for specified variables. Must be valid JSON format.
Example 🔗
The following example is based on the MuShop Basic Quickstarts template. The query string includes the required zipURL parameter and the optional zipUrlVariables parameter specifying a value for a resource name.