Skip to content

Commit 78a223b

Browse files
authored
fix: update the alt default value with correct type (#446)
1 parent 17d8097 commit 78a223b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

modules/instance_template/metadata.display.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ spec:
3434
altDefaults:
3535
- type: ALTERNATE_TYPE_DC
3636
value:
37-
nat_ip: null
38-
network_tier: PREMIUM
37+
- nat_ip: null
38+
network_tier: PREMIUM
3939
additional_disks:
4040
name: additional_disks
4141
title: Additional Disks

modules/mig/metadata.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,9 @@ spec:
296296
type: string
297297
- name: instance_group_manager
298298
description: An instance of google_compute_region_instance_group_manager of the instance group.
299+
type:
300+
- object
301+
- base_instance_name: string
299302
- name: self_link
300303
description: Self-link of managed instance group
301304
type: string

0 commit comments

Comments
 (0)