Skip to content

Commit 897e609

Browse files
authored
Merge pull request #4602 from paulwoelfelcpl/patch-1
Update google_service_account_key.html.markdown
2 parents c812df1 + 6f65142 commit 897e609

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/r/google_service_account_key.html.markdown

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ resource "google_service_account_key" "mykey" {
3838
}
3939
4040
resource "kubernetes_secret" "google-application-credentials" {
41-
metadata = {
41+
metadata {
4242
name = "google-application-credentials"
4343
}
44-
data {
44+
data = {
4545
credentials.json = "${base64decode(google_service_account_key.mykey.private_key)}"
4646
}
4747
}

0 commit comments

Comments
 (0)