Skip to content

Commit

Permalink
Fix doc format (#5254)
Browse files Browse the repository at this point in the history
  • Loading branch information
GennadySpb authored and emilymye committed Dec 27, 2019
1 parent ff10b45 commit cf09a0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/docs/d/google_kms_secret_ciphertext.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ resource "google_compute_instance" "instance" {

The resulting instance can then access the encrypted password from its metadata
and decrypt it, e.g. using the [Cloud SDK](https://cloud.google.com/sdk/gcloud/reference/kms/decrypt)):

```bash
$ curl -H "Metadata-Flavor: Google" http://metadata.google.internal/computeMetadata/v1/instance/attributes/password \
> | base64 -d | gcloud kms decrypt \
Expand Down

0 comments on commit cf09a0c

Please sign in to comment.