Skip to content

Commit 215b550

Browse files
authored
fix: Simplify type definition for instance_name and service_account_email (#567)
1 parent 950b36a commit 215b550

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

modules/compute_instance/metadata.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,7 @@ spec:
191191
- string
192192
- name: instance_name
193193
description: The name of the first compute instance.
194-
type:
195-
- string
194+
type: string
196195
- name: instances_details
197196
description: List of all details for compute instances
198197
type:
@@ -450,8 +449,7 @@ spec:
450449
- string
451450
- name: service_account_email
452451
description: The service account email associated with the instances.
453-
type:
454-
- string
452+
type: string
455453
requirements:
456454
roles:
457455
- level: Project

0 commit comments

Comments
 (0)