Skip to content

Commit

Permalink
updated object storage output
Browse files Browse the repository at this point in the history
  • Loading branch information
howowi committed Jul 3, 2024
1 parent 7282f9d commit 0a56bed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions terraform/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down
3 changes: 1 addition & 2 deletions terraform/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0a56bed

Please sign in to comment.