diff --git a/terraform/outputs.tf b/terraform/outputs.tf index 2688ad5..deef6e4 100644 --- a/terraform/outputs.tf +++ b/terraform/outputs.tf @@ -108,8 +108,7 @@ output "OCI_CLI_FINGERPRINT" { } output "OCI_CLI_KEY_CONTENT" { - value = tls_private_key.public_private_key_pair.private_key_pem - sensitive = true + value = "Please download ${oci_objectstorage_object.private_key_object.object} from bucket ${oci_objectstorage_bucket.oss_bucket.name}" } output "OCI_CLI_REGION" { diff --git a/terraform/schema.yaml b/terraform/schema.yaml index f9a589e..b32be83 100644 --- a/terraform/schema.yaml +++ b/terraform/schema.yaml @@ -832,8 +832,7 @@ outputs: title: "OCI_CLI_FINGERPRINT" OCI_CLI_KEY_CONTENT: - sensitive: true - type: copyableString + type: string title: "OCI_CLI_KEY_CONTENT" OCI_CLI_REGION: