From 78a223b692bbd3e20b0cee4d700750c506358936 Mon Sep 17 00:00:00 2001 From: abhishek kumar tiwari Date: Sun, 1 Dec 2024 20:19:48 +0000 Subject: [PATCH] fix: update the alt default value with correct type (#446) --- modules/instance_template/metadata.display.yaml | 4 ++-- modules/mig/metadata.yaml | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/modules/instance_template/metadata.display.yaml b/modules/instance_template/metadata.display.yaml index ffccf925..46648999 100644 --- a/modules/instance_template/metadata.display.yaml +++ b/modules/instance_template/metadata.display.yaml @@ -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 diff --git a/modules/mig/metadata.yaml b/modules/mig/metadata.yaml index d19e65a4..4c793c01 100644 --- a/modules/mig/metadata.yaml +++ b/modules/mig/metadata.yaml @@ -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