Skip to content

Commit a07d8a1

Browse files
committed
fix tgc
1 parent 09ac542 commit a07d8a1

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

mmv1/third_party/tgc/tests/data/example_google_cloudfunctions_function.json

+6-4
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@
2727
}
2828
},
2929
"ancestry_path": "{{.Ancestry}}/project/{{.Provider.project}}",
30-
"ancestors": ["organizations/{{.OrgID}}"]
30+
"ancestors": [
31+
"organizations/{{.OrgID}}"
32+
]
3133
},
3234
{
3335
"name": "//vpcaccess.googleapis.com/projects/{{.Provider.project}}/locations/us-east1/connectors/vpc-con-cf",
@@ -40,12 +42,12 @@
4042
"data": {
4143
"ipCidrRange": "10.8.0.0/28",
4244
"machineType": "e2-micro",
43-
"maxThroughput": 300,
44-
"minThroughput": 200,
4545
"network": "default"
4646
}
4747
},
4848
"ancestry_path": "{{.Ancestry}}/project/{{.Provider.project}}",
49-
"ancestors": ["organizations/{{.OrgID}}"]
49+
"ancestors": [
50+
"organizations/{{.OrgID}}"
51+
]
5052
}
5153
]

0 commit comments

Comments
 (0)