Skip to content

Commit

Permalink
Merge pull request #5198 from modular-magician/codegen-pr-2839
Browse files Browse the repository at this point in the history
remove unused pgp example
  • Loading branch information
paddycarver authored Dec 17, 2019
2 parents eeebe1c + 1f25bb3 commit b639a6a
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions website/docs/r/google_service_account_key.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -48,20 +48,6 @@ resource "kubernetes_secret" "google-application-credentials" {
}
```

## Create new Key Pair, encrypting the private key with a PGP Key

```hcl
resource "google_service_account" "myaccount" {
account_id = "myaccount"
display_name = "My Service Account"
}
resource "google_service_account_key" "mykey" {
service_account_id = google_service_account.myaccount.name
public_key_type = "TYPE_X509_PEM_FILE"
}
```

## Argument Reference

The following arguments are supported:
Expand Down

0 comments on commit b639a6a

Please sign in to comment.