Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
First release
Browse files Browse the repository at this point in the history
  • Loading branch information
lfeldman committed Feb 25, 2021
1 parent 2cf55bf commit 0f4ff89
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ If you don't have the required permissions and quota, contact your tenancy admin

## Deploy Using Oracle Resource Manager

1. Click [![Deploy to Oracle Cloud](https://oci-resourcemanager-plugin.plugins.oci.oraclecloud.com/latest/deploy-to-oracle-cloud.svg)](https://cloud.oracle.com/resourcemanager/stacks/create?region=home&zipUrl=https://github.com/oracle-quickstart/oci-arch-hub-spoke/raw/master/resource-manager/oci-arch-hub-spoke-stack-latest.zip)
1. Click [![Deploy to Oracle Cloud](https://oci-resourcemanager-plugin.plugins.oci.oraclecloud.com/latest/deploy-to-oracle-cloud.svg)](https://cloud.oracle.com/resourcemanager/stacks/create?region=home&zipUrl=https://github.com/oracle-quickstart/oci-arch-hub-spoke/releases/latest/download/oci-arch-hub-spoke-stack-latest.zip)

If you aren't already signed in, when prompted, enter the tenancy and user credentials.

Expand Down Expand Up @@ -54,12 +54,12 @@ user_ocid = "<user_ocid>"
fingerprint = "<finger_print>"
private_key_path = "<pem_private_key_path>"
# SSH Keys
ssh_public_key = "<public_ssh_key_path>"
# Region
region = "<oci_region>"
# Availablity Domain
availablity_domain_name = "<availablity_domain_name>"
# Compartment
compartment_ocid = "<compartment_ocid>"
Expand Down
4 changes: 4 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ output "vcn_id_spoke01" {

output "vcn_id_spoke02" {
value = oci_core_vcn.spoke02.id
}

output "generated_ssh_private_key" {
value = tls_private_key.public_private_key_pair.private_key_pem
}
Binary file removed resource-manager/oci-arch-hub-spoke-stack-latest.zip
Binary file not shown.
9 changes: 9 additions & 0 deletions schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,3 +187,12 @@
enum:
- "Oracle Linux - Latest Image"
required: false

outputs:

generated_ssh_private_key:
title: "Generated SSH Private Key"
displayText: "Generated SSH Private Key"
type: copyableString
visible: true

0 comments on commit 0f4ff89

Please sign in to comment.