Skip to content

Commit cd1f919

Browse files
committed
convert quotaconfigparameter to object
Unsure why the code generation made this example a list instead of an object. I suppose terraform allows multiple blocks for some resources, but it doesn't look like a good fit here.
1 parent 17183e1 commit cd1f919

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/cloudquotas/v1beta1/quotapreference.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ spec:
1313
region: us-east1
1414
parent: projects/my-project-name
1515
quotaConfig:
16-
- preferredValue: 200
16+
preferredValue: 200
1717
quotaId: CPUS-per-project-region
1818
service: compute.googleapis.com

0 commit comments

Comments
 (0)