From 973972e5b95856befa8faf592e01ce88db3bd564 Mon Sep 17 00:00:00 2001 From: Julio Castillo Date: Mon, 12 Oct 2020 12:36:02 +0200 Subject: [PATCH] Fix compute-vm tests --- tests/modules/compute_vm/fixture/variables.tf | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/modules/compute_vm/fixture/variables.tf b/tests/modules/compute_vm/fixture/variables.tf index 21603452..6258905b 100644 --- a/tests/modules/compute_vm/fixture/variables.tf +++ b/tests/modules/compute_vm/fixture/variables.tf @@ -53,10 +53,7 @@ variable "network_interfaces" { internal = list(string) external = list(string) }) - alias_ips = list(object({ - ip_cidr_range = string - subnetwork_range_name = string - })) + alias_ips = map(list(string)) })) default = [{ network = "https://www.googleapis.com/compute/v1/projects/my-project/global/networks/default",