Skip to content

Commit f9fbdf3

Browse files
committed
Format node_pool example
1 parent 025babd commit f9fbdf3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/node_pool/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ module "gke" {
6464
]
6565

6666
node_pools_oauth_scopes = {
67-
all = []
67+
all = []
6868

6969
pool-01 = []
70-
70+
7171
pool-02 = []
7272
}
73-
73+
7474
node_pools_metadata = {
7575
all = {}
7676

0 commit comments

Comments
 (0)