Skip to content

Commit

Permalink
fix: update the alt default value with correct type (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
q2w authored Dec 1, 2024
1 parent 17d8097 commit 78a223b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/instance_template/metadata.display.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ spec:
altDefaults:
- type: ALTERNATE_TYPE_DC
value:
nat_ip: null
network_tier: PREMIUM
- nat_ip: null
network_tier: PREMIUM
additional_disks:
name: additional_disks
title: Additional Disks
Expand Down
3 changes: 3 additions & 0 deletions modules/mig/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,9 @@ spec:
type: string
- name: instance_group_manager
description: An instance of google_compute_region_instance_group_manager of the instance group.
type:
- object
- base_instance_name: string
- name: self_link
description: Self-link of managed instance group
type: string
Expand Down

0 comments on commit 78a223b

Please sign in to comment.