https://github.com/oracle-quickstart/oci-frozen-mountain
Terraform module to deploy Frozen Mountain on Oracle Cloud Infrastructure (OCI)
https://github.com/oracle-quickstart/oci-frozen-mountain
oci oracle partner-led terraform
Last synced: 2 months ago
JSON representation
Terraform module to deploy Frozen Mountain on Oracle Cloud Infrastructure (OCI)
- Host: GitHub
- URL: https://github.com/oracle-quickstart/oci-frozen-mountain
- Owner: oracle-quickstart
- License: apache-2.0
- Archived: true
- Created: 2020-02-21T23:37:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-26T22:33:00.000Z (over 5 years ago)
- Last Synced: 2025-02-19T21:12:49.506Z (4 months ago)
- Topics: oci, oracle, partner-led, terraform
- Language: HCL
- Size: 1.24 MB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# oci-frozen-mountain
The [Oracle Cloud Infrastructure (OCI) Quick Start](https://github.com/oracle-quickstart?q=oci-quickstart) is a collection of examples that allow Oracle Cloud Infrastructure users to get a quick start deploying advanced infrastructure on OCI.
The oci-quickstart-template repository contains the template that can be used for accelerating the construction of quickstarts that runs from local Terraform CLI and OCI Resource Manager.
Simple is a sample application that deploys a standalone virtual machine from the Oracle Cloud Infrastructure Marketplace.
This repo is under active development. Building open source software is a community effort. We're excited to engage with the community building this.
## How this project is organized
Each application is stored on its own top level folder.
Within the simple application project there are 3 modules:
- [simple-cli](./simple/simple-cli): launch a simple VM that subscribes to a Marketplace Image running from Terraform CLI.
- [simple-orm](./simple/simple-orm): Responsible for packaging the simple-cli module in OCI [Resource Manager Stack](https://docs.cloud.oracle.com/iaas/Content/ResourceManager/Tasks/managingstacksandjobs.htm) format.
- [terraform-modules](./simple/terraform-modules): contains a list of re-usable terraform modules for managing infrastructure resources like vcn, subnets, security, etc.## Prerequisites
First off we'll need to do some pre deploy setup. That's all detailed [here](https://github.com/oracle/oci-quickstart-prerequisites).
## Deploying Simple
Detailed instructions for deploying Simple on Oracle Cloud Infrastructure can be found in the [simple](./simple/README.md) space.