Skip to content

Commit 91961ec

Browse files
modular-magicianrileykarson
authored andcommitted
Update GKE examples metadata attributes for 0.12 (#3861)
Signed-off-by: Modular Magician <[email protected]>
1 parent 12507a1 commit 91961ec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

website/docs/r/container_cluster.html.markdown

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ resource "google_container_node_pool" "primary_preemptible_nodes" {
4949
preemptible = true
5050
machine_type = "n1-standard-1"
5151
52-
metadata {
52+
metadata = {
5353
disable-legacy-endpoints = "true"
5454
}
5555
@@ -84,7 +84,7 @@ resource "google_container_cluster" "primary" {
8484
"https://www.googleapis.com/auth/monitoring",
8585
]
8686
87-
metadata {
87+
metadata = {
8888
disable-legacy-endpoints = "true"
8989
}
9090

website/docs/r/container_node_pool.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ resource "google_container_cluster" "primary" {
8383
"https://www.googleapis.com/auth/monitoring",
8484
]
8585
86-
metadata {
86+
metadata = {
8787
disable-legacy-endpoints = "true"
8888
}
8989

0 commit comments

Comments
 (0)