Skip to content

Commit

Permalink
Merge pull request #4602 from paulwoelfelcpl/patch-1
Browse files Browse the repository at this point in the history
Update google_service_account_key.html.markdown
  • Loading branch information
slevenick authored Oct 9, 2019
2 parents c812df1 + 6f65142 commit 897e609
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/r/google_service_account_key.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ resource "google_service_account_key" "mykey" {
}
resource "kubernetes_secret" "google-application-credentials" {
metadata = {
metadata {
name = "google-application-credentials"
}
data {
data = {
credentials.json = "${base64decode(google_service_account_key.mykey.private_key)}"
}
}
Expand Down

0 comments on commit 897e609

Please sign in to comment.