diff --git a/README.md b/README.md index 759e35f..85776cf 100644 --- a/README.md +++ b/README.md @@ -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. @@ -54,12 +54,12 @@ user_ocid = "" fingerprint = "" private_key_path = "" -# SSH Keys -ssh_public_key = "" - # Region region = "" +# Availablity Domain +availablity_domain_name = "" + # Compartment compartment_ocid = "" diff --git a/outputs.tf b/outputs.tf index 8a83736..0407489 100644 --- a/outputs.tf +++ b/outputs.tf @@ -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 } \ No newline at end of file diff --git a/resource-manager/oci-arch-hub-spoke-stack-latest.zip b/resource-manager/oci-arch-hub-spoke-stack-latest.zip deleted file mode 100644 index 157d7d0..0000000 Binary files a/resource-manager/oci-arch-hub-spoke-stack-latest.zip and /dev/null differ diff --git a/schema.yaml b/schema.yaml index ed4ac76..1ee16af 100755 --- a/schema.yaml +++ b/schema.yaml @@ -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 +