Skip to content

Commit 4f64816

Browse files
author
Marcin Parafiniuk
committed
yaml fixes
1 parent 1fe0bb6 commit 4f64816

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

gen/definitions/networks_settings.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ rest_endpoint: /networks/%v/settings
44
no_delete: true
55
put_create: true
66
doc_category: Networks
7-
id_from_attribute: true
87
attributes:
98
- tf_name: network_id
109
type: String

gen/schema/schema.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ skip_minimum_test: bool(required=False) # Do not perform a "minimum" (only manda
1414
attributes: list(include('attribute'), required=False) # List of attributes
1515
test_tags: list(str(), required=False) # List of test tags, tests are only executed if an environment variable with one of these tags is configured
1616
test_prerequisites: str(required=False) # HCL code that is included in the acceptance tests to define prerequisites
17+
id_name: str(required=False) # the name of the attribute that will uniquely identify the resource, default "id"
1718
---
1819
attribute:
1920
model_name: str(required=False) # Name of the attribute in the model (payload)

0 commit comments

Comments
 (0)