Skip to content

Commit 7be31c1

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. Signed-off-by: Jacob Straszynski <jacob.straszynski@planet.com>
1 parent 4187c3b commit 7be31c1

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)